├── Cohort5 ├── .gitignore ├── .DS_Store ├── src │ ├── .DS_Store │ ├── week1Tuesday │ │ ├── MYCLASS.java │ │ └── ConditionalOperator.java │ ├── week_11Tuesday │ │ ├── Example1.java │ │ ├── Example.class │ │ └── Example.java │ ├── week9Tuesday │ │ ├── IWithMain.java │ │ ├── Example.java │ │ └── AbstractConcept.java │ ├── week6Tuesday │ │ ├── AmazonPage.java │ │ └── YoutubePage.java │ ├── week5Lab │ │ ├── Question2.java │ │ └── Question7.java │ ├── week4Lab │ │ └── Question6.java │ ├── week5Thursday │ │ └── Example.java │ ├── week6Lab │ │ ├── BankAccountRunner.java │ │ └── Rectangle.java │ ├── week3Thursday │ │ ├── FactorsOfTheNumbers.java │ │ ├── ForLoopExamples5.java │ │ ├── ForLoopExamples4.java │ │ └── ForLoopExamples8.java │ ├── week_11Thursday │ │ ├── ConditionalOperator.java │ │ └── Main.java │ ├── week6Thursday │ │ ├── PhoneTest.java │ │ └── AnimalTest.java │ ├── week5Tuesday │ │ └── ClassInDifferentPackage.java │ ├── week2Tuesday │ │ └── Week2.java │ ├── week3Tuesday │ │ ├── Array2Dime.java │ │ └── TwoDimensionalArray_2.java │ ├── week_10Tuesday │ │ └── ExceptionhandlingConcept7.java │ ├── week_12Tuesday │ │ └── GenericClass2.java │ └── week8Thursday │ │ └── Example.java ├── .classpath └── .project ├── FirstProject ├── .gitignore ├── src │ ├── thirdPackage │ │ ├── Class1.java │ │ └── Dashboard.java │ ├── collectionsConcept │ │ └── Collection1.java │ ├── secondPackage │ │ └── clas.java │ └── myFirstPackage │ │ ├── MyFirstClass.java │ │ └── Commenting.java ├── .classpath └── .project ├── Lectures ├── .gitignore ├── src │ ├── week5 │ │ ├── OOP1.java │ │ ├── Dog.java │ │ ├── OOP.java │ │ ├── Lab5.java │ │ ├── Cat.java │ │ ├── Dashboard.java │ │ └── BankAccount.java │ ├── dateTime │ │ ├── Example.java │ │ └── TimeConcept.java │ ├── week6 │ │ ├── SmallGroup3.java │ │ ├── Customer.java │ │ ├── RectangleDemo.java │ │ └── Animal.java │ ├── week9 │ │ ├── Tester.java │ │ ├── Vehicle.java │ │ ├── TestClass.java │ │ ├── ClassA.java │ │ └── Main1.java │ ├── week8 │ │ ├── Person.java │ │ ├── Abstract2_Tester.java │ │ └── Abstract1_Tester.java │ ├── week3Lab │ │ ├── Question6.java │ │ ├── Question5.java │ │ └── Question7.java │ ├── week4 │ │ ├── bosisler.java │ │ └── Dashboard.java │ ├── week10Lab │ │ ├── Example.java │ │ ├── Question1.java │ │ └── Question6.java │ ├── Lab9 │ │ ├── Question1.java │ │ ├── Question6.java │ │ ├── Question5.java │ │ └── Question4.java │ ├── week7_1 │ │ └── ThisKeywordConcept2.java │ ├── week11 │ │ ├── A09ElectricAccount.java │ │ └── TernaryConcept.java │ ├── week10 │ │ └── Group31.java │ ├── week81 │ │ ├── Abstract3_Mercedes.java │ │ ├── Abstract3_Ford.java │ │ └── Abstract3_UserScreen.java │ ├── week41 │ │ └── WhiteBoard.java │ ├── dateTime_2 │ │ └── ClockExample.java │ ├── interfaceConcept │ │ └── InterfaceConcept.java │ ├── week7 │ │ └── Runner.java │ └── lambdaExpressions │ │ └── Lambda_4.java ├── .classpath └── .project ├── EuropeanClasses ├── .gitignore ├── .DS_Store ├── src │ ├── .DS_Store │ ├── week6Tuesday │ │ ├── A.java │ │ └── Initializing_2.java │ ├── week1Tuesday │ │ └── Example.java │ ├── week4Tuesday │ │ └── Example.java │ └── week7Thursday │ │ └── Composition.java ├── .classpath └── .project ├── LectureB4 ├── src │ ├── week_12Recap │ │ ├── DrinkVendingMachine.java │ │ └── example.java │ ├── .DS_Store │ ├── week9Wednesday │ │ └── Example.java │ ├── week1 │ │ ├── Configuration.java │ │ └── LabelledLoop.java │ ├── ReviewPackage │ │ ├── SuperClass.java │ │ ├── ArrayExample1.java │ │ ├── StringExample3.java │ │ └── StringExample2.java │ ├── week10Recap │ │ ├── ExceptionRecap1.java │ │ └── Example2.java │ ├── week11 │ │ ├── Example11.java │ │ └── ParseIntConcept.java │ ├── week_11Recap │ │ ├── Main.java │ │ └── Employee.java │ ├── week6Recap │ │ ├── AnimalTest.java │ │ ├── Example1.java │ │ └── Person.java │ ├── PreBootCamp │ │ ├── HelloWorld.java │ │ └── Main.java │ ├── week6 │ │ ├── Animal.java │ │ ├── TeacherTest.java │ │ ├── Teacher.java │ │ ├── AnimalTest.java │ │ └── Pencil.java │ ├── week_11Wednesday │ │ ├── IfStatement.java │ │ └── Lambda_4.java │ ├── week5Lab │ │ ├── Question2.java │ │ └── Question1.java │ ├── week8 │ │ ├── GameConsole.java │ │ └── Question.java │ ├── java │ │ └── util │ │ │ └── StoreData.java │ ├── week4 │ │ ├── NumberTriangle.java │ │ ├── FindingSumOfArrayElements.java │ │ └── Stairs.java │ ├── week8Recap │ │ ├── SiliconeTester.java │ │ └── TestEmployee.java │ ├── week6a │ │ └── ComputerTest.java │ ├── Example │ │ ├── Question1.java │ │ └── Bos.java │ ├── interviewCoding_1 │ │ ├── FactorNumbers.java │ │ ├── FibonacciNumbers.java │ │ ├── Factorial.java │ │ ├── FindPower.java │ │ └── FactorNumberss.java │ ├── week8Abstract │ │ └── RemoteWebdriverTest.java │ ├── week3lab │ │ ├── Question7.java │ │ └── Example.java │ ├── week12 │ │ └── YearConcept.java │ ├── interviewQuestions │ │ └── DuplicateValueInArray.java │ ├── week10Wednesday │ │ └── ExceptionHandlingConcept1.java │ ├── week13Wednesday │ │ └── GenericClasses2.java │ ├── week2lab │ │ └── Question.java │ ├── week7Lab │ │ └── Account.java │ └── week5 │ │ └── Recab1.java ├── .DS_Store ├── bin │ ├── .DS_Store │ ├── week11 │ │ ├── A.class │ │ ├── B.class │ │ ├── Cat.class │ │ ├── Dog.class │ │ ├── Q86.class │ │ ├── Animal.class │ │ ├── IPhone.class │ │ ├── Outer.class │ │ ├── Example.class │ │ ├── Example11.class │ │ ├── GCConcept.class │ │ ├── GCConcept2.class │ │ ├── OuterClass.class │ │ ├── OuterClass1.class │ │ ├── AnonymousClass.class │ │ ├── Example11$cl.class │ │ ├── Outer$1Local.class │ │ ├── AnonymousClass$1.class │ │ ├── ParseIntConcept.class │ │ ├── TernaryOperator.class │ │ ├── NestedClassConcept2.class │ │ ├── NestedClassesConcept.class │ │ ├── OuterClass$InnerClass.class │ │ ├── WrapperClassesConcept.class │ │ └── OuterClass1$InnerClass.class │ ├── week7 │ │ ├── A.class │ │ ├── B.class │ │ ├── C.class │ │ ├── Book.class │ │ ├── ClassA.class │ │ ├── ClassB.class │ │ ├── Teacher.class │ │ ├── AudioBook.class │ │ ├── Employee.class │ │ ├── HouseWife.class │ │ ├── LawSchool.class │ │ ├── QAEngineer.class │ │ ├── SubClass.class │ │ ├── SubClass1.class │ │ ├── SuperClass.class │ │ ├── SuperClass1.class │ │ ├── AudioBook$EBook.class │ │ ├── PaperBackBook.class │ │ ├── InheritanceConcept1.class │ │ ├── InheritanceConcept2.class │ │ ├── InheritanceConcept3.class │ │ ├── InheritanceConcept4.class │ │ ├── InheritanceConcept5.class │ │ └── EducationalInstitution.class │ ├── week9 │ │ ├── A.class │ │ ├── ICar.class │ │ ├── Animal.class │ │ ├── Toyota.class │ │ ├── Vehicle.class │ │ ├── Abstract1.class │ │ ├── IInterface.class │ │ ├── IMoveable.class │ │ ├── IVehicle.class │ │ ├── IWithMain.class │ │ ├── Kawasaki.class │ │ ├── IInterface2.class │ │ ├── IMotorcycle.class │ │ ├── Iinterface22.class │ │ ├── AbstractConcept.class │ │ ├── InterfaceConcept1.class │ │ ├── InterfaceConcept2.class │ │ ├── InterfaceConcept3.class │ │ ├── InterfaceConcept4.class │ │ ├── InterfaceConcept5.class │ │ └── InterfacfeConcept6.class │ ├── Example │ │ ├── A.class │ │ ├── B.class │ │ ├── Bos.class │ │ ├── Main.class │ │ ├── Main1.class │ │ ├── Main2.class │ │ ├── Table.class │ │ ├── MyThread1.class │ │ ├── MyThread2.class │ │ └── Question1.class │ ├── week1 │ │ ├── Lab1.class │ │ ├── Casting.class │ │ ├── Variables.class │ │ ├── LabelledLoop.class │ │ ├── LogicalOrAnd.class │ │ ├── Configuration.class │ │ ├── AssignmentOperators.class │ │ ├── ConditionalOperator.class │ │ └── RelationalOperators.class │ ├── week10Lab │ │ ├── X.class │ │ ├── App.class │ │ ├── Test.class │ │ ├── Question1.class │ │ ├── Question2.class │ │ ├── Question3.class │ │ ├── Question4.class │ │ ├── Question8.class │ │ ├── Question9.class │ │ └── SetToArray.class │ ├── week3 │ │ ├── Recap.class │ │ ├── ArrayExample.class │ │ ├── ArrayMethods.class │ │ ├── StringExample.class │ │ ├── StringMethods.class │ │ └── StringManipulation.class │ ├── week6 │ │ ├── Book.class │ │ ├── Car.class │ │ ├── Animal.class │ │ ├── Pencil.class │ │ ├── Person.class │ │ ├── Teacher.class │ │ ├── AnimalTest.class │ │ ├── CellPhone.class │ │ ├── Rectangle.class │ │ ├── ClassConcept.class │ │ ├── TeacherTest.class │ │ ├── YoutubePage.class │ │ ├── YoutubeVideoPage.class │ │ └── InitializingObject.class │ ├── PreBootCamp │ │ ├── A.class │ │ ├── Main.class │ │ ├── DataTypes.class │ │ ├── PreClass3.class │ │ ├── PreClass5.class │ │ ├── HelloWorld.class │ │ ├── IfElseConcept.class │ │ ├── IfElseExamples.class │ │ ├── LogicalOperators.class │ │ ├── AssignmentOperators.class │ │ └── RelationalOperators.class │ ├── week2lab │ │ ├── Lab1.class │ │ ├── Lab2.class │ │ ├── Lab3.class │ │ ├── Lab4.class │ │ ├── Lab5.class │ │ ├── Lab6.class │ │ ├── student.class │ │ └── Question.class │ ├── week4 │ │ ├── Example.class │ │ ├── Recab1.class │ │ ├── Recab2.class │ │ ├── Stairs.class │ │ ├── DoWhileLoops.class │ │ ├── ContinueExample.class │ │ ├── ForLoopExamples.class │ │ ├── NestedForLoops.class │ │ ├── NumberTriangle.class │ │ ├── WhileLoopConcept.class │ │ ├── FindingEvenNumbers.class │ │ ├── TwoDimensionalArrays.class │ │ ├── BreakStatementExample.class │ │ ├── FindingSumOfArrayElements.class │ │ └── ShortestLongestWordInArray.class │ ├── week5 │ │ ├── Example.class │ │ ├── Recab1.class │ │ ├── Recab2.class │ │ ├── SecondClass.class │ │ ├── AccessModifiers.class │ │ ├── MethodConcept1.class │ │ ├── MethodConcept2.class │ │ ├── MethodConcept3.class │ │ ├── MethodConcept4.class │ │ ├── NonVoidMethods1.class │ │ ├── StaticMethods.class │ │ └── AccessModifiers2.class │ ├── week7Lab │ │ ├── Main.class │ │ ├── Account.class │ │ └── create_account.class │ ├── week7_1 │ │ ├── Shape.class │ │ ├── Circle.class │ │ ├── Example.class │ │ ├── Example1.class │ │ ├── Example2.class │ │ ├── Example3.class │ │ ├── Square.class │ │ ├── Student.class │ │ ├── Student1.class │ │ ├── SubClass.class │ │ ├── ChildClass.class │ │ ├── Rectangle.class │ │ ├── SuperClass.class │ │ ├── TestThis7.class │ │ ├── ParentClass.class │ │ ├── OverridingConcept.class │ │ ├── SuperKeywordConcept1.class │ │ ├── SuperKeywordConcept2.class │ │ ├── ThisKeywordConcept1.class │ │ ├── ThisKeywordConcept2.class │ │ └── ThisKeywordConcept3.class │ ├── week8 │ │ ├── MyClass.class │ │ ├── CatPetGame.class │ │ ├── Employee.class │ │ ├── MyClass2.class │ │ ├── Question.class │ │ ├── Subclass.class │ │ ├── SuperClass.class │ │ ├── Upcasting.class │ │ ├── EmployeeTest.class │ │ └── GameConsole.class │ ├── week9Lab │ │ ├── Euro.class │ │ ├── Lira.class │ │ ├── Main.class │ │ ├── Rupee.class │ │ ├── BankAccount.class │ │ ├── CreditCard.class │ │ ├── IBankAccount.class │ │ └── ListInterfaceExample.class │ ├── week2 │ │ ├── FizzBuzz.class │ │ ├── GuessWhat.class │ │ ├── IfBlocks.class │ │ ├── ElseIFBlocks.class │ │ ├── IfElseBlocks.class │ │ ├── SwitchCase1.class │ │ ├── SwitchCase2.class │ │ ├── ScannerExample.class │ │ └── SwitchCaseExample.class │ ├── week3lab │ │ ├── Example.class │ │ ├── Question1.class │ │ ├── Question2.class │ │ ├── Question4.class │ │ ├── Question5.class │ │ ├── Question6.class │ │ ├── Question7.class │ │ ├── Question8.class │ │ └── Question9.class │ ├── week5Lab │ │ ├── Example.class │ │ ├── Question1.class │ │ ├── Question2.class │ │ ├── Question3.class │ │ ├── Question4.class │ │ ├── Question5.class │ │ ├── Question6.class │ │ └── Question7.class │ ├── week6a │ │ ├── Computer.class │ │ ├── Declare.class │ │ ├── BarberShop.class │ │ ├── ComputerTest.class │ │ ├── JavaClassroom.class │ │ ├── ObjectConcept.class │ │ └── StaticExample.class │ ├── week7Recap │ │ ├── Test.class │ │ ├── Account.class │ │ ├── class1.class │ │ ├── class2.class │ │ ├── Example1.class │ │ ├── Example2.class │ │ ├── Example3.class │ │ ├── Example4.class │ │ └── CreateAccount.class │ ├── week10Recap │ │ ├── Ball_8.class │ │ ├── Answers.class │ │ ├── DrawBall.class │ │ ├── Example.class │ │ ├── Example2.class │ │ ├── ExceptionRecap1.class │ │ ├── CollectionExample2.class │ │ └── CollectionExamples.class │ ├── week12 │ │ ├── TimeConcept.class │ │ ├── YearConcept.class │ │ ├── DateConcept1.class │ │ ├── DateFormatter.class │ │ └── YearMonthConcept.class │ ├── week6Recap │ │ ├── Animal.class │ │ ├── Example.class │ │ ├── Person.class │ │ ├── AnimalTest.class │ │ ├── Example1.class │ │ ├── BankAccount.class │ │ ├── StaticExample.class │ │ └── StaticExample1.class │ ├── week8Abstract │ │ ├── Dog.class │ │ ├── Animal.class │ │ ├── Circle.class │ │ ├── Class1.class │ │ ├── Class2.class │ │ ├── Shape.class │ │ ├── Square.class │ │ ├── Subclass.class │ │ ├── ChromeDriver.class │ │ ├── OperaDriver.class │ │ ├── SuperClass.class │ │ ├── SuperClass1.class │ │ ├── FireFoxDriver.class │ │ ├── AbstractConcept1.class │ │ ├── AbstractConcept2.class │ │ ├── AbstractConcept3.class │ │ ├── AbstractConcept4.class │ │ ├── RemoteWebDriver.class │ │ └── RemoteWebdriverTest.class │ ├── week8Recap │ │ ├── Person.class │ │ ├── Contract.class │ │ ├── Employee.class │ │ ├── FTEmployee.class │ │ ├── TestEmployee.class │ │ ├── SiliconeAccount.class │ │ └── SiliconeTester.class │ ├── week_11Recap │ │ ├── Main.class │ │ ├── Company.class │ │ ├── Employee.class │ │ ├── Example.class │ │ ├── LocalClass.class │ │ ├── OuterName.class │ │ ├── LambdaExample.class │ │ ├── LambdaWithMap.class │ │ ├── AnonymousClass.class │ │ ├── AnonymousClass$1.class │ │ ├── LambdaExpressions1.class │ │ ├── LocalClassConcept.class │ │ ├── NestedClassConcept.class │ │ ├── OuterName$InnerClass.class │ │ └── LocalClassConcept$1Local.class │ ├── java │ │ └── util │ │ │ └── StoreData.class │ ├── week_12Recap │ │ ├── SubClass.class │ │ ├── example.class │ │ ├── SuperClass.class │ │ ├── ClassCasting.class │ │ ├── DateExample.class │ │ └── LocalDateTimeExample.class │ ├── week10Monday │ │ ├── MapExample.class │ │ ├── SetExample.class │ │ ├── ListExample.class │ │ └── SetExample1.class │ ├── week13Wednesday │ │ ├── Lister.class │ │ ├── TwoValue.class │ │ ├── GenericClasses.class │ │ ├── GenericClasses2.class │ │ ├── GenericMethod1.class │ │ ├── GenericMethod2.class │ │ ├── InterviewPart2.class │ │ ├── VariableArguments.class │ │ └── ArrayPrinterGenerics.class │ ├── week9Wednesday │ │ ├── Company.class │ │ ├── ArrayConcept.class │ │ ├── VectorExample.class │ │ ├── ArraylistExample.class │ │ ├── ArraylistExample2.class │ │ ├── LinkedListConcept.class │ │ └── ListIteratorConcept.class │ ├── week_11Wednesday │ │ ├── Aclass.class │ │ ├── Square.class │ │ ├── Lambda_1.class │ │ ├── Lambda_3.class │ │ ├── Lambda_4.class │ │ ├── Stream_1.class │ │ ├── Subclass.class │ │ ├── IfStatement.class │ │ ├── SquareRoot.class │ │ ├── Visibility.class │ │ ├── FuncInterface.class │ │ ├── LambdaConcept1.class │ │ ├── FunctINterface2.class │ │ ├── LambdaConcept1$1.class │ │ ├── FunctionalInterfac.class │ │ └── Lambda_2Challenge.class │ ├── .gitignore │ ├── ReviewPackage │ │ ├── SuperClass.class │ │ ├── ArrayExample1.class │ │ ├── ArrayExample2.class │ │ ├── LoopsExample1.class │ │ ├── StringExample.class │ │ ├── StringExample2.class │ │ ├── StringExample3.class │ │ ├── SwitchCaseReview.class │ │ └── StringBufferBuilder.class │ ├── interviewCoding_1 │ │ ├── Factorial.class │ │ ├── FindPower.class │ │ ├── AlphabetCheck.class │ │ ├── FactorNumbers.class │ │ ├── ReverseString.class │ │ ├── StepsNumbers.class │ │ ├── SwapVariables.class │ │ ├── ArmstronNumbers.class │ │ ├── FactorNumberss.class │ │ ├── FibonacciNumbers.class │ │ ├── CheckVowelOrConstant.class │ │ └── FindTwoMaximumNumbers.class │ ├── interviewQuestions │ │ ├── RemoveJunk.class │ │ ├── FindMissingNumber.class │ │ ├── FindPrimeNumber.class │ │ ├── PalindromeNumber.class │ │ ├── DuplicateValueInArray.class │ │ └── FindLargestAndSmallestinArray.class │ └── week10Wednesday │ │ ├── ExceptionHandlingConcept.class │ │ ├── ExceptionHandlingConcept1.class │ │ ├── ExceptionHandlingConcept2.class │ │ ├── ExceptionHandlingConcept3.class │ │ ├── ExceptionHandlingConcept4.class │ │ ├── ExceptionHandlingConcept5.class │ │ └── ExceptionHandlingConcept6.class ├── .classpath └── .project ├── .DS_Store ├── LectureC5 ├── src │ ├── preBootCamp │ │ ├── TestNG.java │ │ ├── Examplee.java │ │ ├── Class6_PreReview.java │ │ ├── Class_ArithmeticOperators.java │ │ ├── Class_1_Variable.java │ │ └── Class_7_IfBlocks.java │ └── replItSolutions │ │ └── Example.java ├── bin │ ├── preBootCamp │ │ ├── TestNG.class │ │ ├── Class_1.class │ │ ├── Class_5.class │ │ ├── Example.class │ │ ├── Examplee.class │ │ ├── Class2_Review.class │ │ ├── Class_6_Review.class │ │ ├── Class3_Variables.class │ │ ├── Class4_Variables.class │ │ ├── Class6_PreReview.class │ │ ├── Class_1_Variable.class │ │ ├── Class_7_IfBlocks.class │ │ ├── Class_8_IfBlock.class │ │ ├── RelationalOperators.class │ │ ├── Class_8_IfElseBlocks.class │ │ ├── Class_6_LogicalOperators.class │ │ ├── Class_ArithmeticOperators.class │ │ └── Class7_1AssignmentOperators.class │ └── replItSolutions │ │ ├── Card.class │ │ ├── Deck.class │ │ ├── Example.class │ │ └── Assignment_069.class ├── .classpath └── .project └── JavaSEQuestions1-40 ├── bin ├── April15 │ ├── A.class │ ├── B.class │ ├── Question21.class │ ├── Question22.class │ ├── Question23.class │ ├── Question24.class │ ├── Question25.class │ ├── Question26.class │ ├── Question27.class │ ├── Question28.class │ ├── Question29.class │ └── Question30.class ├── April16 │ ├── Question31.class │ ├── Question35.class │ ├── Question36.class │ ├── Question37.class │ ├── Question39.class │ └── Question40.class ├── April17 │ └── Question41.class ├── April13_10Questions │ ├── X.class │ ├── Car.class │ ├── Earth.class │ ├── Planet.class │ ├── Customer.class │ ├── Product.class │ ├── Vehicle.class │ ├── Question1.class │ ├── Question10.class │ ├── Question2.class │ ├── Question3.class │ ├── Question4.class │ ├── Question5.class │ ├── Question6.class │ ├── Question7.class │ ├── Question8.class │ ├── Question9.class │ └── ElectricAccount.class └── April14_10Quetions │ ├── CD.class │ ├── DVD.class │ ├── Readable.class │ ├── Question12.class │ ├── Question14.class │ ├── Question15.class │ ├── Question16.class │ ├── Question17.class │ ├── Question18.class │ ├── Question20.class │ ├── Readable$Book.class │ ├── Readable$Ebook.class │ └── CheckingAccount.class ├── src ├── April16 │ ├── Question40.java │ ├── Question39.java │ └── Question36.java ├── April17 │ └── Question41.java ├── April14_10Quetions │ ├── Question15.java │ ├── Question16.java │ ├── Question14.java │ ├── Question20.java │ └── Readable.java ├── April15 │ ├── Question22.java │ ├── Question29.java │ ├── Question21.java │ ├── Question23.java │ ├── Question30.java │ └── Question27.java └── April13_10Questions │ ├── Question5.java │ ├── Question2.java │ ├── Question4.java │ ├── Question10.java │ └── Question3.java ├── .classpath └── .project /Cohort5/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /FirstProject/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /Lectures/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /EuropeanClasses/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /LectureB4/src/week_12Recap/DrinkVendingMachine.java: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/.DS_Store -------------------------------------------------------------------------------- /Lectures/src/week5/OOP1.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class OOP1 { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /Cohort5/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/Cohort5/.DS_Store -------------------------------------------------------------------------------- /Cohort5/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/Cohort5/src/.DS_Store -------------------------------------------------------------------------------- /LectureB4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/.DS_Store -------------------------------------------------------------------------------- /LectureB4/bin/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/.DS_Store -------------------------------------------------------------------------------- /LectureB4/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/src/.DS_Store -------------------------------------------------------------------------------- /EuropeanClasses/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/EuropeanClasses/.DS_Store -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/TestNG.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | public class TestNG { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /Cohort5/src/week1Tuesday/MYCLASS.java: -------------------------------------------------------------------------------- 1 | package week1Tuesday; 2 | 3 | public @interface MYCLASS { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /Cohort5/src/week_11Tuesday/Example1.java: -------------------------------------------------------------------------------- 1 | package week_11Tuesday; 2 | 3 | public class Example1 { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /LectureB4/bin/week11/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/A.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/B.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/A.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/B.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/C.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/C.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/A.class -------------------------------------------------------------------------------- /LectureB4/src/week9Wednesday/Example.java: -------------------------------------------------------------------------------- 1 | package week9Wednesday; 2 | 3 | public class Example { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /EuropeanClasses/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/EuropeanClasses/src/.DS_Store -------------------------------------------------------------------------------- /EuropeanClasses/src/week6Tuesday/A.java: -------------------------------------------------------------------------------- 1 | package week6Tuesday; 2 | 3 | public class A { 4 | public int a; 5 | } 6 | -------------------------------------------------------------------------------- /LectureB4/bin/Example/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/A.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/B.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Bos.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/Bos.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Lab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/Lab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/X.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/X.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Cat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Cat.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Dog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Dog.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Q86.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Q86.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/Recap.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3/Recap.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Book.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Car.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/Book.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/ICar.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/ICar.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Main1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/Main1.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Main2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/Main2.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Table.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/Table.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/A.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Casting.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/Casting.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/App.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/App.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/IPhone.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/IPhone.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Outer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Outer.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Lab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Lab2.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Lab3.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Lab4.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Lab5.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Lab6.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Recab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/Recab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Recab2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/Recab2.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Stairs.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/Stairs.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/Recab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/Recab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/Recab2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/Recab2.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Pencil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Pencil.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Person.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Teacher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Teacher.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/ClassA.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/ClassA.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/ClassB.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/ClassB.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/Teacher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/Teacher.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Lab/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Lab/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Shape.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Shape.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/MyClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/MyClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Toyota.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/Toyota.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Vehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/Vehicle.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Euro.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/Euro.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Lira.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/Lira.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Variables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/Variables.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Test.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Test.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Example11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Example11.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/GCConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/GCConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/FizzBuzz.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/FizzBuzz.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/GuessWhat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/GuessWhat.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/IfBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/IfBlocks.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/student.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/AnimalTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/AnimalTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/CellPhone.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/CellPhone.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Rectangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/Rectangle.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/Computer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/Computer.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/Declare.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/Declare.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/AudioBook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/AudioBook.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/HouseWife.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/HouseWife.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/LawSchool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/LawSchool.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/QAEngineer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/QAEngineer.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SubClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/SubClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SubClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/SubClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Lab/Account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Lab/Account.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Test.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/Test.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Circle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Circle.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Example1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Example2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Example3.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Square.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Student.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Student1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Student1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SubClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/SubClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/CatPetGame.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/CatPetGame.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/MyClass2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/MyClass2.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Question.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/Question.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Subclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/Subclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Upcasting.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/Upcasting.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Abstract1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/Abstract1.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IInterface.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/IInterface.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IMoveable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/IMoveable.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IVehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/IVehicle.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IWithMain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/IWithMain.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Kawasaki.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/Kawasaki.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Rupee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/Rupee.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/MyThread1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/MyThread1.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/MyThread2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/MyThread2.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/Example/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/LabelledLoop.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/LabelledLoop.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/LogicalOrAnd.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/LogicalOrAnd.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Ball_8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/Ball_8.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/GCConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/GCConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/OuterClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/OuterClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/TimeConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week12/TimeConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/YearConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week12/YearConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/ElseIFBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/ElseIFBlocks.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/IfElseBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/IfElseBlocks.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/SwitchCase1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/SwitchCase1.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/SwitchCase2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/SwitchCase2.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Question.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2lab/Question.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/ArrayExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3/ArrayExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/ArrayMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3/ArrayMethods.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question2.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question4.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question5.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question6.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question7.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question8.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3lab/Question9.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/DoWhileLoops.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/DoWhileLoops.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/SecondClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/SecondClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question2.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question3.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question4.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question5.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question6.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5Lab/Question7.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/ClassConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/ClassConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/TeacherTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/TeacherTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/YoutubePage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/YoutubePage.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/Person.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/BarberShop.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/BarberShop.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SuperClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/SuperClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/Account.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/class1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/class1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/class2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/class2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ChildClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/ChildClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Rectangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/Rectangle.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/TestThis7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/TestThis7.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/EmployeeTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/EmployeeTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/GameConsole.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8/GameConsole.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Dog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Dog.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/Person.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IInterface2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/IInterface2.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IMotorcycle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/IMotorcycle.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Iinterface22.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/Iinterface22.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/Main.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/TestNG.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/TestNG.class -------------------------------------------------------------------------------- /Cohort5/src/week_11Tuesday/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/Cohort5/src/week_11Tuesday/Example.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/A.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/B.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/DataTypes.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/DataTypes.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/PreClass3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/PreClass3.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/PreClass5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/PreClass5.class -------------------------------------------------------------------------------- /LectureB4/bin/java/util/StoreData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/java/util/StoreData.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Configuration.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/Configuration.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Question2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Question3.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Question4.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Question8.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/Question9.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/SetToArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Lab/SetToArray.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Answers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/Answers.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/DrawBall.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/DrawBall.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Example2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/Example2.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/AnonymousClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/AnonymousClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Example11$cl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Example11$cl.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Outer$1Local.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/Outer$1Local.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/DateConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week12/DateConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/DateFormatter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week12/DateFormatter.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/ScannerExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/ScannerExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/StringExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3/StringExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/StringMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3/StringMethods.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/ContinueExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/ContinueExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/ForLoopExamples.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/ForLoopExamples.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/NestedForLoops.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/NestedForLoops.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/NumberTriangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/NumberTriangle.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/AccessModifiers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/AccessModifiers.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/MethodConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/MethodConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/MethodConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/MethodConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/NonVoidMethods1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/NonVoidMethods1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/StaticMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/StaticMethods.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/AnimalTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/AnimalTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Example1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/Example1.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/ComputerTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/ComputerTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/JavaClassroom.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/JavaClassroom.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/ObjectConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/ObjectConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/StaticExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6a/StaticExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/AudioBook$EBook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/AudioBook$EBook.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/PaperBackBook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/PaperBackBook.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/Example1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/Example2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/Example3.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/Example4.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ParentClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/ParentClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Circle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Circle.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Class1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Class1.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Class2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Class2.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Shape.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Shape.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Square.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/Contract.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/Contract.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/FTEmployee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/FTEmployee.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/AbstractConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/AbstractConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/BankAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/BankAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/CreditCard.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/CreditCard.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/IBankAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/IBankAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Company.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/Company.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/SubClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_12Recap/SubClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_12Recap/example.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_1.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_5.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Example.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Examplee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Examplee.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Card.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/replItSolutions/Card.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Deck.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/replItSolutions/Deck.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/HelloWorld.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/HelloWorld.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/MapExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Monday/MapExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/SetExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Monday/SetExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/AnonymousClass$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/AnonymousClass$1.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/ParseIntConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/ParseIntConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/TernaryOperator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/TernaryOperator.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/YearMonthConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week12/YearMonthConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/Lister.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/Lister.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/SwitchCaseExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week2/SwitchCaseExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/WhileLoopConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/WhileLoopConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/AccessModifiers2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week5/AccessModifiers2.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/YoutubeVideoPage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/YoutubeVideoPage.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/BankAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/BankAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Lab/create_account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Lab/create_account.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Subclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/Subclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/TestEmployee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/TestEmployee.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/InterfaceConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/InterfaceConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/InterfaceConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/InterfaceConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/InterfaceConcept5.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/Company.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/Company.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LocalClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/LocalClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/OuterName.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/OuterName.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Aclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Aclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Square.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_12Recap/SuperClass.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/replItSolutions/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/.gitignore: -------------------------------------------------------------------------------- 1 | /week9/ 2 | /week9Lab/ 3 | /week9Wednesday/ 4 | /week_11Recap/ 5 | /week_11Wednesday/ 6 | /week_12Recap/ 7 | /week8/ 8 | -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/IfElseConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/IfElseConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/IfElseExamples.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/IfElseExamples.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/AssignmentOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/AssignmentOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/ConditionalOperator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/ConditionalOperator.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/RelationalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week1/RelationalOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/ListExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Monday/ListExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/SetExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Monday/SetExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/NestedClassConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/NestedClassConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/TwoValue.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/TwoValue.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/StringManipulation.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week3/StringManipulation.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/FindingEvenNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/FindingEvenNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/TwoDimensionalArrays.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/TwoDimensionalArrays.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/InitializingObject.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6/InitializingObject.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/StaticExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/StaticExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/StaticExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week6Recap/StaticExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/InheritanceConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/InheritanceConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/InheritanceConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/InheritanceConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/InheritanceConcept5.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/CreateAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7Recap/CreateAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/OverridingConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/OverridingConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/ChromeDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/ChromeDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/OperaDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/OperaDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/SuperClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/SuperClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/SiliconeAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/SiliconeAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/SiliconeTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Recap/SiliconeTester.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfacfeConcept6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9/InterfacfeConcept6.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LambdaExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/LambdaExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LambdaWithMap.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/LambdaWithMap.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Lambda_1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Lambda_3.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Lambda_4.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Stream_1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Stream_1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Subclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Subclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/ClassCasting.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_12Recap/ClassCasting.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/DateExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_12Recap/DateExample.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class2_Review.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class2_Review.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_6_Review.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_6_Review.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question21.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question21.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question22.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question22.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question23.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question23.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question24.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question24.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question25.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question25.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question26.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question26.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question27.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question27.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question28.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question28.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question29.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question29.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question30.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April15/Question30.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question31.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April16/Question31.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question35.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April16/Question35.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question36.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April16/Question36.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question37.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April16/Question37.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question39.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April16/Question39.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question40.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April16/Question40.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April17/Question41.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April17/Question41.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/LogicalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/LogicalOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/ArrayExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/ArrayExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/ArrayExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/ArrayExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/LoopsExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/LoopsExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/StringExample.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/StringExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringExample3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/StringExample3.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/Factorial.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/Factorial.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FindPower.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/FindPower.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/ExceptionRecap1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/ExceptionRecap1.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/NestedClassesConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/NestedClassesConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass$InnerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/OuterClass$InnerClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/WrapperClassesConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/WrapperClassesConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/BreakStatementExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/BreakStatementExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/EducationalInstitution.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7/EducationalInstitution.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SuperKeywordConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/SuperKeywordConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SuperKeywordConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/SuperKeywordConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ThisKeywordConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/ThisKeywordConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ThisKeywordConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/ThisKeywordConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ThisKeywordConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week7_1/ThisKeywordConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/FireFoxDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/FireFoxDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ArrayConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/ArrayConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/VectorExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/VectorExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/AnonymousClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/AnonymousClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/IfStatement.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/IfStatement.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/SquareRoot.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/SquareRoot.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Visibility.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Visibility.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class3_Variables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class3_Variables.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class4_Variables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class4_Variables.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class6_PreReview.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class6_PreReview.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_1_Variable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_1_Variable.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_7_IfBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_7_IfBlocks.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_8_IfBlock.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_8_IfBlock.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/X.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/X.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/CD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/CD.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/AssignmentOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/AssignmentOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/RelationalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/PreBootCamp/RelationalOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/SwitchCaseReview.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/SwitchCaseReview.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/AlphabetCheck.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/AlphabetCheck.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FactorNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/FactorNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/ReverseString.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/ReverseString.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/StepsNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/StepsNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/SwapVariables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/SwapVariables.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/RemoveJunk.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewQuestions/RemoveJunk.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/CollectionExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/CollectionExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/CollectionExamples.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Recap/CollectionExamples.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass1$InnerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week11/OuterClass1$InnerClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericClasses.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/GenericClasses.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericClasses2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/GenericClasses2.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericMethod1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/GenericMethod1.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericMethod2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/GenericMethod2.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/InterviewPart2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/InterviewPart2.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/FindingSumOfArrayElements.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/FindingSumOfArrayElements.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/AbstractConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/AbstractConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/AbstractConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/AbstractConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/RemoteWebDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/RemoteWebDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/ListInterfaceExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Lab/ListInterfaceExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ArraylistExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/ArraylistExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/AnonymousClass$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/AnonymousClass$1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LambdaExpressions1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/LambdaExpressions1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LocalClassConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/LocalClassConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/NestedClassConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/NestedClassConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/FuncInterface.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/FuncInterface.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/LambdaConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/LambdaConcept1.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/RelationalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/RelationalOperators.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Assignment_069.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/replItSolutions/Assignment_069.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Car.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/DVD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/DVD.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringBufferBuilder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/ReviewPackage/StringBufferBuilder.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/ArmstronNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/ArmstronNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FactorNumberss.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/FactorNumberss.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/VariableArguments.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/VariableArguments.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/ShortestLongestWordInArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week4/ShortestLongestWordInArray.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/RemoteWebdriverTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week8Abstract/RemoteWebdriverTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ArraylistExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/ArraylistExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/LinkedListConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/LinkedListConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/OuterName$InnerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/OuterName$InnerClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/FunctINterface2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/FunctINterface2.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/LambdaConcept1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/LambdaConcept1$1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/LocalDateTimeExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_12Recap/LocalDateTimeExample.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_8_IfElseBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_8_IfElseBlocks.class -------------------------------------------------------------------------------- /Lectures/src/week5/Dog.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | class Dog { 4 | 5 | 6 | } 7 | 8 | class Animal{ 9 | 10 | } 11 | 12 | class Person{ 13 | 14 | } -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Earth.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Earth.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Planet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Planet.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FibonacciNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/FibonacciNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/FindMissingNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewQuestions/FindMissingNumber.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/FindPrimeNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewQuestions/FindPrimeNumber.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/PalindromeNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewQuestions/PalindromeNumber.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/ArrayPrinterGenerics.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week13Wednesday/ArrayPrinterGenerics.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ListIteratorConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week9Wednesday/ListIteratorConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/FunctionalInterfac.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/FunctionalInterfac.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_2Challenge.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Wednesday/Lambda_2Challenge.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_6_LogicalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_6_LogicalOperators.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Customer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Customer.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Product.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Product.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Vehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Vehicle.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Readable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Readable.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/CheckVowelOrConstant.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/CheckVowelOrConstant.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LocalClassConcept$1Local.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week_11Recap/LocalClassConcept$1Local.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_ArithmeticOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class_ArithmeticOperators.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question1.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question10.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question2.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question3.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question4.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question5.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question6.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question7.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question8.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/Question9.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question12.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question12.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question14.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question14.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question15.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question15.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question16.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question16.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question17.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question17.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question18.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question18.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question20.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Question20.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FindTwoMaximumNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewCoding_1/FindTwoMaximumNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/DuplicateValueInArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewQuestions/DuplicateValueInArray.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept5.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept6.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class7_1AssignmentOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureC5/bin/preBootCamp/Class7_1AssignmentOperators.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Book.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Ebook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Ebook.class -------------------------------------------------------------------------------- /LectureB4/src/week1/Configuration.java: -------------------------------------------------------------------------------- 1 | package week1; 2 | 3 | public class Configuration { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } 10 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/ElectricAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April13_10Questions/ElectricAccount.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/CheckingAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/JavaSEQuestions1-40/bin/April14_10Quetions/CheckingAccount.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April16/Question40.java: -------------------------------------------------------------------------------- 1 | package April16; 2 | 3 | public class Question40 { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } 10 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April17/Question41.java: -------------------------------------------------------------------------------- 1 | package April17; 2 | 3 | public class Question41 { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } 10 | -------------------------------------------------------------------------------- /LectureB4/src/ReviewPackage/SuperClass.java: -------------------------------------------------------------------------------- 1 | package ReviewPackage; 2 | 3 | public class SuperClass{ 4 | protected void name() { 5 | System.out.println("Protected Method"); 6 | } 7 | } -------------------------------------------------------------------------------- /FirstProject/src/thirdPackage/Class1.java: -------------------------------------------------------------------------------- 1 | package thirdPackage; 2 | 3 | public class Class1 { 4 | 5 | public static void main(String[] args) { 6 | 7 | 8 | } 9 | 10 | } 11 | -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/FindLargestAndSmallestinArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/HEAD/LectureB4/bin/interviewQuestions/FindLargestAndSmallestinArray.class -------------------------------------------------------------------------------- /Cohort5/src/week9Tuesday/IWithMain.java: -------------------------------------------------------------------------------- 1 | package week9Tuesday; 2 | 3 | public interface IWithMain { 4 | public static void main(String[] args) { 5 | System.out.println("Hello"); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April14_10Quetions/Question15.java: -------------------------------------------------------------------------------- 1 | package April14_10Quetions; 2 | 3 | public class Question15 { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/Examplee.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | public class Examplee { 4 | 5 | public static void main(String[] args) { 6 | 7 | 8 | } 9 | 10 | 11 | } 12 | -------------------------------------------------------------------------------- /FirstProject/src/collectionsConcept/Collection1.java: -------------------------------------------------------------------------------- 1 | package collectionsConcept; 2 | 3 | public class Collection1 { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } 10 | -------------------------------------------------------------------------------- /LectureB4/src/week10Recap/ExceptionRecap1.java: -------------------------------------------------------------------------------- 1 | package week10Recap; 2 | 3 | public class ExceptionRecap1 { 4 | 5 | 6 | public static void main(String[] args) { 7 | 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /LectureB4/src/week11/Example11.java: -------------------------------------------------------------------------------- 1 | package week11; 2 | 3 | public class Example11 { 4 | class cl{ 5 | 6 | } 7 | public static void main(String[] args) { 8 | 9 | 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /Cohort5/src/week9Tuesday/Example.java: -------------------------------------------------------------------------------- 1 | package week9Tuesday; 2 | 3 | 4 | public class Example { 5 | 6 | public static void main(String[] args) { 7 | 8 | 9 | 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April14_10Quetions/Question16.java: -------------------------------------------------------------------------------- 1 | package April14_10Quetions; 2 | 3 | public class Question16 { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } 10 | -------------------------------------------------------------------------------- /Lectures/src/week5/OOP.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class OOP { 4 | 5 | public static void main(String[] args) { 6 | // TODO Auto-generated method stub 7 | 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /Lectures/src/dateTime/Example.java: -------------------------------------------------------------------------------- 1 | package dateTime; 2 | 3 | public class Example { 4 | 5 | public static void main(String[] args) { 6 | // TODO Auto-generated method stub 7 | 8 | } 9 | 10 | } 11 | -------------------------------------------------------------------------------- /Lectures/src/week6/SmallGroup3.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class SmallGroup3 { 4 | 5 | public static void main(String[] args) { 6 | // TODO Auto-generated method stub 7 | 8 | } 9 | 10 | } 11 | -------------------------------------------------------------------------------- /FirstProject/src/secondPackage/clas.java: -------------------------------------------------------------------------------- 1 | package secondPackage; 2 | 3 | public class clas { 4 | 5 | public static void main(String[] args) { 6 | // TODO Auto-generated method stub 7 | 8 | } 9 | 10 | } 11 | -------------------------------------------------------------------------------- /Lectures/src/week9/Tester.java: -------------------------------------------------------------------------------- 1 | package week9; 2 | 3 | public class Tester { 4 | 5 | public static void main(String[] args) { 6 | Audi audi = new Audi(); 7 | audi.showSpeed(); 8 | } 9 | 10 | 11 | } 12 | -------------------------------------------------------------------------------- /Cohort5/src/week_11Tuesday/Example.java: -------------------------------------------------------------------------------- 1 | package week_11Tuesday; 2 | 3 | 4 | public class Example { 5 | 6 | public static void main(String[] args) { 7 | System.out.println("Hello World"); 8 | } 9 | 10 | } 11 | -------------------------------------------------------------------------------- /LectureB4/src/week_11Recap/Main.java: -------------------------------------------------------------------------------- 1 | package week_11Recap; 2 | 3 | public class Main { 4 | 5 | public static void main(String[] args) { 6 | 7 | System.out.println("Hello World"); 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /LectureB4/src/week1/LabelledLoop.java: -------------------------------------------------------------------------------- 1 | package week1; 2 | 3 | public class LabelledLoop { 4 | 5 | public static void main(String[] args) { 6 | 7 | int [][][][][][][][][] arr ; 8 | 9 | 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /LectureB4/src/week6Recap/AnimalTest.java: -------------------------------------------------------------------------------- 1 | package week6Recap; 2 | 3 | public class AnimalTest { 4 | 5 | public static void main(String[] args) { 6 | 7 | Animal animal = new Animal(6,"Cat"); 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /Lectures/src/week6/Customer.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class Customer { 4 | String name; 5 | static int count; 6 | 7 | public Customer(String name) { 8 | this.name = name; 9 | count++; 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /Lectures/src/week8/Person.java: -------------------------------------------------------------------------------- 1 | package week8; 2 | 3 | public class Person { 4 | int age; 5 | String name; 6 | public Person() { 7 | 8 | } 9 | void method(){ 10 | System.out.println("Hi from person class"); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /EuropeanClasses/src/week1Tuesday/Example.java: -------------------------------------------------------------------------------- 1 | package week1Tuesday; 2 | 3 | import java.util.Scanner; 4 | 5 | public class Example { 6 | public static void main(String[] args) { 7 | 8 | 9 | 10 | 11 | 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Lectures/src/week5/Lab5.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class Lab5 { 4 | 5 | public static void main(String[] args) { 6 | // TODO Auto-generated method stub 7 | 8 | String strign = "Ahmet Can"; 9 | 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/Class6_PreReview.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | public class Class6_PreReview { 4 | 5 | public static void main(String[] args) { 6 | // Relational Operators 7 | // >, <, >=, <=, ==, != 8 | 9 | } 10 | 11 | } 12 | -------------------------------------------------------------------------------- /Lectures/src/week3Lab/Question6.java: -------------------------------------------------------------------------------- 1 | package week3Lab; 2 | 3 | public class Question6 { 4 | 5 | public static void main(String[] args) { 6 | for (int i = 0; i < 10; i++) { 7 | System.out.println("########"); 8 | } 9 | 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/Class_ArithmeticOperators.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | public class Class_ArithmeticOperators { 4 | 5 | public static void main(String[] args) { 6 | 7 | // +, -, *, /, % 8 | 9 | 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /Lectures/src/week4/bosisler.java: -------------------------------------------------------------------------------- 1 | package week4; 2 | 3 | import java.util.Scanner; 4 | 5 | public class bosisler { 6 | 7 | public static void main(String[] args) { 8 | // TODO Auto-generated method stub 9 | 10 | 11 | 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /Lectures/src/week5/Cat.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class Cat { 4 | String name; // variables = properties 5 | String age; 6 | String eyeColor; 7 | 8 | // actions that objects can do 9 | void meow(){ 10 | } 11 | 12 | 13 | 14 | 15 | } 16 | -------------------------------------------------------------------------------- /LectureB4/src/week10Recap/Example2.java: -------------------------------------------------------------------------------- 1 | package week10Recap; 2 | 3 | 4 | 5 | public class Example2 { 6 | 7 | public static void main(String[] args) { 8 | 9 | for (int i = 0; i < 4; i++) { 10 | System.out.println(i); 11 | 12 | } 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/Class_1_Variable.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | 4 | public class Class_1_Variable { 5 | 6 | public static void main(String[] args) { 7 | 8 | // Variable 9 | 10 | int x = 10; 11 | System.out.println(x); 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Lectures/src/week10Lab/Example.java: -------------------------------------------------------------------------------- 1 | package week10Lab; 2 | 3 | public class Example { 4 | 5 | public static void main(String[] args) { 6 | int A = 8; 7 | int B = 3; 8 | 9 | A /=B; // A = A/B 10 | A = A%5; 11 | System.out.println(A); 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Lectures/src/week8/Abstract2_Tester.java: -------------------------------------------------------------------------------- 1 | package week8; 2 | 3 | public class Abstract2_Tester { 4 | 5 | public static void main(String[] args) { 6 | 7 | SubClass1 object = new SubClass1(); 8 | object.get(9, 8); 9 | object.add(); 10 | object.display(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /LectureB4/src/week6Recap/Example1.java: -------------------------------------------------------------------------------- 1 | package week6Recap; 2 | 3 | public class Example1 { 4 | 5 | private int starts; 6 | 7 | public static void main(String[] args) { 8 | 9 | 10 | 11 | 12 | 13 | } 14 | 15 | void review(){ 16 | starts ++; 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Lectures/src/week5/Dashboard.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | import javax.swing.JOptionPane; 4 | 5 | public class Dashboard { 6 | 7 | public static void main(String[] args) { 8 | // TODO Auto-generated method stub 9 | //showDialog(); 10 | //rate(); 11 | 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April15/Question22.java: -------------------------------------------------------------------------------- 1 | package April15; 2 | 3 | public class Question22 { 4 | 5 | public static void main(String[] args) { 6 | int num =5; 7 | do{ 8 | System.out.println(num-- + " "); 9 | }while(num==0); // if equals continue loop 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /LectureB4/src/PreBootCamp/HelloWorld.java: -------------------------------------------------------------------------------- 1 | package PreBootCamp; 2 | 3 | public class HelloWorld { 4 | 5 | public static void main(String[] args) { 6 | // Welcome Silicone Lab's Brilliant Students 7 | // Code Hard, Study Hard ! 8 | System.out.println("Hello World"); 9 | 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /LectureB4/src/PreBootCamp/Main.java: -------------------------------------------------------------------------------- 1 | package PreBootCamp; 2 | 3 | interface A 4 | { 5 | //private int i; // final, public-default , static 6 | } 7 | 8 | public class Main { 9 | 10 | public static void main(String[] args) { 11 | // TODO Auto-generated method stub 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /LectureB4/src/week11/ParseIntConcept.java: -------------------------------------------------------------------------------- 1 | package week11; 2 | 3 | public class ParseIntConcept { 4 | 5 | public static void main(String[] args) { 6 | 7 | String num = "4298"; 8 | 9 | int a = Integer.parseInt(num); 10 | 11 | System.out.println(a + 99); 12 | 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /LectureB4/src/week6/Animal.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class Animal { 4 | 5 | private String type; 6 | private int legs; 7 | 8 | void method(String a, int b){ 9 | type = a; 10 | legs = b; 11 | } 12 | 13 | String method2(){ 14 | return type + " " + legs; 15 | } 16 | 17 | 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Cohort5/src/week6Tuesday/AmazonPage.java: -------------------------------------------------------------------------------- 1 | package week6Tuesday; 2 | 3 | public class AmazonPage { 4 | 5 | String url; 6 | String recomendedItems []; 7 | 8 | void goToCards(){ 9 | } 10 | void signIn(){ 11 | } 12 | 13 | void adress(){ 14 | } 15 | 16 | void addToFavoriteList(){ 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Cohort5/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Cohort5/src/week5Lab/Question2.java: -------------------------------------------------------------------------------- 1 | package week5Lab; 2 | 3 | public class Question2 { 4 | 5 | public static void main(String[] args) { 6 | areaOfRect(100, 50); 7 | } 8 | 9 | static void areaOfRect(int height, int width){ 10 | System.out.println("Area of the rectagle is : " + height*width); 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /LectureB4/src/week_11Wednesday/IfStatement.java: -------------------------------------------------------------------------------- 1 | package week_11Wednesday; 2 | 3 | public class IfStatement { 4 | 5 | int a ; 6 | 7 | public IfStatement(int a) { 8 | if (a == 8){ 9 | this.a = a*2; 10 | } 11 | } 12 | 13 | void method(){ 14 | if(true){ 15 | this.a = 99; 16 | } 17 | 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Lectures/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Cohort5/src/week4Lab/Question6.java: -------------------------------------------------------------------------------- 1 | package week4Lab; 2 | 3 | public class Question6 { 4 | 5 | public static void main(String[] args) { 6 | 7 | for (int i = 0; i < 10; i++) { 8 | for (int j = 0; j < 15; j++) { 9 | System.out.print("$"); 10 | } 11 | System.out.println(); 12 | } 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /FirstProject/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /LectureB4/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /LectureC5/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /EuropeanClasses/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Lectures/src/Lab9/Question1.java: -------------------------------------------------------------------------------- 1 | package Lab9; 2 | 3 | interface A 4 | { 5 | 6 | void interfaceMethod(); 7 | // private int i; // final, public-default , static 8 | } 9 | 10 | public class Question1 { 11 | 12 | public static void main(String[] args) { 13 | // TODO Auto-generated method stub 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /LectureB4/src/week5Lab/Question2.java: -------------------------------------------------------------------------------- 1 | package week5Lab; 2 | 3 | public class Question2 { 4 | 5 | 6 | public static void main(String[] args) { 7 | 8 | areaOfRect(5,10); 9 | 10 | } 11 | 12 | static void areaOfRect(int side1, int side2){ 13 | System.out.println("Area of the rectangle : " + side1*side2); 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /LectureB4/src/week_11Recap/Employee.java: -------------------------------------------------------------------------------- 1 | package week_11Recap; 2 | 3 | import java.util.ArrayList; 4 | 5 | public class Employee { 6 | 7 | ArrayList nameList; 8 | 9 | public Employee() { 10 | nameList=new ArrayList<>(); 11 | } 12 | 13 | void methodAddName(String name){ 14 | nameList.add(name); 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/Class_7_IfBlocks.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | public class Class_7_IfBlocks { 4 | 5 | public static void main(String[] args) { 6 | 7 | boolean check = false; 8 | 9 | int a = 99; 10 | 11 | if(check){ 12 | a = 0; 13 | } 14 | 15 | System.out.println(a); 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /LectureB4/src/week8/GameConsole.java: -------------------------------------------------------------------------------- 1 | package week8; 2 | 3 | public class GameConsole { 4 | 5 | public static void main(String[] args) { 6 | 7 | CatPetGame player1 = new CatPetGame(); 8 | player1.ignore(); 9 | player1.play(); 10 | player1.feed(); 11 | player1.feed(); 12 | player1.info(); 13 | 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Lectures/src/week3Lab/Question5.java: -------------------------------------------------------------------------------- 1 | package week3Lab; 2 | 3 | public class Question5 { 4 | 5 | public static void main(String[] args) { 6 | 7 | for (int i = 7; i >= 1; i--) { 8 | for (int j = 1; j <= i; j++) { 9 | System.out.print("*"); 10 | } 11 | System.out.println(); 12 | } 13 | 14 | 15 | 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /Cohort5/src/week5Thursday/Example.java: -------------------------------------------------------------------------------- 1 | package week5Thursday; 2 | 3 | public class Example { 4 | 5 | public static void main(String[] args) { 6 | 7 | Example object = new Example(); 8 | 9 | object.method1("Ahmet"); 10 | 11 | 12 | } 13 | 14 | void method1(String name){ 15 | System.out.println("Hello " + name); 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /FirstProject/src/myFirstPackage/MyFirstClass.java: -------------------------------------------------------------------------------- 1 | package myFirstPackage; 2 | 3 | public class MyFirstClass { 4 | 5 | public static void main(String[] args) { 6 | System.out.println("*"); 7 | System.out.println("***"); 8 | System.out.println("*****"); 9 | System.out.println("***"); 10 | System.out.println("*"); 11 | 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April16/Question39.java: -------------------------------------------------------------------------------- 1 | package April16; 2 | 3 | public class Question39 { 4 | static String a = "Hello"; 5 | 6 | public static void main(String[] args) { 7 | 8 | if (a.equals("Hello")? false :true){ 9 | System.out.println("Success"); 10 | }else{ 11 | System.out.println("Failure"); 12 | } 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /LectureB4/src/java/util/StoreData.java: -------------------------------------------------------------------------------- 1 | package java.util; 2 | 3 | public class StoreData { 4 | 5 | public static void main(String[] args) { 6 | long startTime = System.nanoTime(); 7 | System.out.println("Hello"); 8 | long endTime = System.nanoTime(); 9 | System.out.println("Took "+(endTime - startTime) + " ns"); 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /LectureB4/src/week4/NumberTriangle.java: -------------------------------------------------------------------------------- 1 | package week4; 2 | 3 | public class NumberTriangle { 4 | 5 | public static void main(String[] args) { 6 | 7 | 8 | for (int i = 1; i < 7; i++) {// 3 steps 9 | for (int j = 1; j <= i; j++) { 10 | System.out.print(j + ""); 11 | } 12 | System.out.println(); 13 | } 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /LectureB4/src/week8Recap/SiliconeTester.java: -------------------------------------------------------------------------------- 1 | package week8Recap; 2 | 3 | public class SiliconeTester { 4 | 5 | public static void main(String[] args) { 6 | SiliconeAccount account = 7 | new SiliconeAccount("abs@abs.com", "Ahmet", "123"); 8 | 9 | account.setAccountInfo("ahmet@learnsdet.com", "Ahmet", "123"); 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /LectureB4/src/week6/TeacherTest.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class TeacherTest { 4 | 5 | public static void main(String[] args) { 6 | Teacher object = new Teacher(); 7 | object.setName("Stephen"); 8 | object.setSalary(1000); 9 | 10 | System.out.println(object.getName()); 11 | System.out.println(object.getSalary()); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /Cohort5/src/week6Lab/BankAccountRunner.java: -------------------------------------------------------------------------------- 1 | package week6Lab; 2 | 3 | public class BankAccountRunner { 4 | 5 | public static void main(String[] args) { 6 | 7 | BankAccount customer1 = new BankAccount(); 8 | customer1.depositMoney(1000); 9 | customer1.withdrawMoney(50); 10 | System.out.println(customer1.balance); 11 | 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /LectureB4/src/week6a/ComputerTest.java: -------------------------------------------------------------------------------- 1 | package week6a; 2 | 3 | public class ComputerTest { 4 | 5 | public static void main(String[] args) { 6 | Computer object1 = new Computer(); 7 | object1.setBrand("Apple"); 8 | object1.setPrice(1000); 9 | 10 | System.out.println(object1.getBrand()); 11 | System.out.println(object1.getPrice()); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April13_10Questions/Question5.java: -------------------------------------------------------------------------------- 1 | package April13_10Questions; 2 | 3 | public class Question5 { 4 | 5 | public static void main(String[] args) { 6 | 7 | // What is the name of the Java concept that uses access modifiers to protect variables and hide them within a 8 | // class? 9 | 10 | // Encapsulation 11 | 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /LectureB4/src/Example/Question1.java: -------------------------------------------------------------------------------- 1 | package Example; 2 | 3 | class A implements B { 4 | public int methodB(int i) { 5 | return i += 80; 6 | } 7 | } 8 | 9 | interface B { 10 | int methodB(int i); 11 | } 12 | 13 | public class Question1 { 14 | public static void main(String[] args) { 15 | B b = new A(); 16 | System.out.println(b.methodB(9)); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /LectureB4/src/ReviewPackage/ArrayExample1.java: -------------------------------------------------------------------------------- 1 | package ReviewPackage; 2 | 3 | public class ArrayExample1 { 4 | 5 | // For Each : It is a special for loop for lists 6 | public static void main(String[] args) { 7 | 8 | int [] array1 = {1,2,3,4,5,4,5,6,7,8}; 9 | 10 | for (int i : array1) { 11 | System.out.println(i); 12 | } 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /Lectures/src/week3Lab/Question7.java: -------------------------------------------------------------------------------- 1 | package week3Lab; 2 | 3 | public class Question7 { 4 | 5 | public static void main(String[] args) { 6 | 7 | String a,b, space; 8 | space = ""; 9 | a = "$"; 10 | b = "$"; 11 | for (int i = 0; i < 6; i++) { 12 | System.out.println(a+space+ b); 13 | space = space + " "; 14 | 15 | } 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /LectureB4/src/week_12Recap/example.java: -------------------------------------------------------------------------------- 1 | package week_12Recap; 2 | 3 | import java.util.ArrayList; 4 | 5 | public class example { 6 | 7 | public static void main(String[] args) { 8 | 9 | ArrayList arrayList = new ArrayList<>(); 10 | 11 | arrayList.add("hey"); 12 | arrayList.remove("hey"); 13 | System.out.println(arrayList); 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Lectures/src/Lab9/Question6.java: -------------------------------------------------------------------------------- 1 | package Lab9; 2 | 3 | interface A3 4 | { 5 | //Class A 6 | } 7 | 8 | interface B3 extends A3 9 | { 10 | // Interface can only extend to another interface 11 | 12 | } 13 | 14 | public class Question6 { 15 | 16 | public static void main(String[] args) { 17 | // TODO Auto-generated method stub 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /Lectures/src/week6/RectangleDemo.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class RectangleDemo{ 4 | 5 | public static void main(String[] args) { 6 | 7 | Rectangle frame = new Rectangle(); 8 | 9 | System.out.println("Sending the value 10.0 to " + "the setLength method."); 10 | 11 | frame.setLength(10.0); 12 | 13 | System.out.println("Done."); 14 | }} 15 | -------------------------------------------------------------------------------- /Lectures/src/week7_1/ThisKeywordConcept2.java: -------------------------------------------------------------------------------- 1 | package week7_1; 2 | 3 | class S2 { 4 | void m(S2 obj) { 5 | System.out.println("method is invoked"); 6 | } 7 | 8 | void p() { 9 | m(this); 10 | } 11 | 12 | 13 | } 14 | 15 | public class ThisKeywordConcept2 { 16 | 17 | public static void main(String args[]) { 18 | S2 s1 = new S2(); 19 | s1.p(); 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /FirstProject/src/thirdPackage/Dashboard.java: -------------------------------------------------------------------------------- 1 | package thirdPackage; 2 | 3 | public class Dashboard { 4 | 5 | public static void main(String[] args) { 6 | AccessModifiers object = new AccessModifiers(); 7 | object.method1(); 8 | AccessModifiers.method2(); 9 | AccessModifiers.method3(); 10 | object.method4(); 11 | //object.method5(); //- Compiler error 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April13_10Questions/Question2.java: -------------------------------------------------------------------------------- 1 | package April13_10Questions; 2 | 3 | public class Question2 { 4 | 5 | public static void main(String[] args) { 6 | int aVar =9; 7 | 8 | if (aVar++ <10) { 9 | System.out.println(aVar + "Hello World!"); 10 | 11 | }else { 12 | System.out.println(aVar + "Hello Universe!"); 13 | } 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April14_10Quetions/Question14.java: -------------------------------------------------------------------------------- 1 | package April14_10Quetions; 2 | // Which option can replace XXX to enable the code to print 135? 3 | public class Question14 { 4 | 5 | public static void main(String[] args) { 6 | 7 | int a [] = {1,2,3,4,5}; 8 | for(int i =0; i< a.length; i+=2){ 9 | System.out.print(a[i]); 10 | } 11 | 12 | 13 | } 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Cohort5/src/week3Thursday/FactorsOfTheNumbers.java: -------------------------------------------------------------------------------- 1 | package week3Thursday; 2 | 3 | public class FactorsOfTheNumbers { 4 | 5 | public static void main(String[] args) { 6 | 7 | // factor of numbers 8 | 9 | int x = 10; 10 | 11 | for(int i = 1; i <=10 ; i++){ 12 | if(x %i ==0) 13 | System.out.println(i); 14 | } 15 | 16 | 17 | 18 | 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April15/Question29.java: -------------------------------------------------------------------------------- 1 | package April15; 2 | 3 | public class Question29 { 4 | 5 | public static void main(String[] args) { 6 | 7 | /* Insert Code Here */ 8 | int[] array; 9 | array = new int[2]; 10 | 11 | int[] array1 = new int[2]; 12 | 13 | array[0] = 10; 14 | array[1] = 20; 15 | System.out.println(array[0] + ":" + array[1]); 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /Cohort5/src/week3Thursday/ForLoopExamples5.java: -------------------------------------------------------------------------------- 1 | package week3Thursday; 2 | 3 | public class ForLoopExamples5 { 4 | 5 | public static void main(String[] args) { 6 | 7 | // continue : we are using continue statement to skip statements 8 | for (int i = 0; i < 10; i++) { 9 | if (!(i == 5)) { 10 | continue; 11 | } 12 | System.out.println(i); 13 | } 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Cohort5/src/week_11Thursday/ConditionalOperator.java: -------------------------------------------------------------------------------- 1 | package week_11Thursday; 2 | 3 | public class ConditionalOperator { 4 | 5 | public static void main(String[] args) { 6 | // () ? : 7 | 8 | int b = (false) ? 5 : 9; 9 | 10 | System.out.println(b); 11 | 12 | int a ; 13 | 14 | a = (9==b) ? 44:55; 15 | 16 | System.out.println(a); 17 | 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /LectureB4/src/week_11Wednesday/Lambda_4.java: -------------------------------------------------------------------------------- 1 | package week_11Wednesday; 2 | 3 | 4 | @FunctionalInterface 5 | interface FunctINterface2{ 6 | int sum(int a, int b); 7 | } 8 | 9 | public class Lambda_4 { 10 | 11 | public static void main(String[] args) { 12 | 13 | FunctINterface2 reference = (a,b) -> (a+b); 14 | System.out.println(reference.sum(9, 8)); 15 | 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Cohort5/src/week6Thursday/PhoneTest.java: -------------------------------------------------------------------------------- 1 | package week6Thursday; 2 | 3 | public class PhoneTest { 4 | 5 | public static void main(String[] args) { 6 | 7 | Phone phone1 = new Phone("Iphone", 500); 8 | 9 | System.out.println(phone1.brand); 10 | System.out.println(phone1.price); 11 | 12 | Phone phone2 = new Phone(); 13 | System.out.println(phone2.brand); 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April13_10Questions/Question4.java: -------------------------------------------------------------------------------- 1 | package April13_10Questions; 2 | 3 | public class Question4 { 4 | 5 | public static void main(String[] args) { 6 | 7 | Short s1 = 200; 8 | Integer s2 = 400; 9 | Long s3 = (long)s1 +s2; //line1 10 | // String s4 = (String)(s3*s2); //line2 11 | // System.out.println("Sum is : " + s4); 12 | 13 | 14 | } 15 | 16 | 17 | } 18 | -------------------------------------------------------------------------------- /LectureB4/src/ReviewPackage/StringExample3.java: -------------------------------------------------------------------------------- 1 | package ReviewPackage; 2 | 3 | // This example demonstrates converting strings to integers 4 | 5 | public class StringExample3 { 6 | 7 | public static void main(String[] args) { 8 | 9 | String number = "2000"; 10 | 11 | int newNumber = Integer.parseInt(number); 12 | 13 | System.out.println(newNumber + 8); 14 | 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Lectures/src/week11/A09ElectricAccount.java: -------------------------------------------------------------------------------- 1 | package week11; 2 | 3 | public class A09ElectricAccount { 4 | public static void main(String[] args) { 5 | 6 | }} 7 | 8 | abstract class Planet{ 9 | protected void revolve() { 10 | 11 | } 12 | abstract void rotate(); 13 | } 14 | class Earth extends Planet{ 15 | // void revolve(){ 16 | // 17 | // } 18 | protected void rotate(){ 19 | 20 | } 21 | } -------------------------------------------------------------------------------- /Lectures/src/week10/Group31.java: -------------------------------------------------------------------------------- 1 | package week10; 2 | 3 | public class Group31 { 4 | 5 | static void method () throws InterruptedException{ 6 | Thread.sleep(1000); 7 | } 8 | public static void main(String[] args) throws InterruptedException { 9 | // TODO Auto-generated method stub 10 | System.out.print("Hello "); 11 | method(); 12 | System.out.println("World"); 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April15/Question21.java: -------------------------------------------------------------------------------- 1 | package April15; 2 | 3 | public class Question21 { 4 | 5 | public static void main(String[] args) { 6 | 7 | String opt = "true"; 8 | switch (opt) { 9 | case "true": 10 | System.out.println("True"); 11 | break; 12 | default: 13 | System.out.println("****"); 14 | break; 15 | } 16 | System.out.println("Done"); 17 | 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /LectureB4/src/week6/Teacher.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class Teacher { 4 | 5 | private String name; 6 | private int salary; 7 | 8 | // Set the values 9 | 10 | void setName(String a){ 11 | name = a; 12 | } 13 | void setSalary(int a){ 14 | salary = a; 15 | } 16 | 17 | String getName(){ 18 | return name; 19 | } 20 | 21 | int getSalary(){ 22 | return salary; 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /Cohort5/src/week3Thursday/ForLoopExamples4.java: -------------------------------------------------------------------------------- 1 | package week3Thursday; 2 | 3 | public class ForLoopExamples4 { 4 | 5 | public static void main(String[] args) { 6 | 7 | // break statement : always finishes the loop 8 | 9 | for(int i = 0; i<10; i++){ 10 | 11 | if (i == 3) { 12 | break; 13 | } 14 | System.out.print(i + " "); 15 | } 16 | 17 | 18 | 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April14_10Quetions/Question20.java: -------------------------------------------------------------------------------- 1 | package April14_10Quetions; 2 | 3 | public class Question20 { 4 | 5 | public static boolean isAvailable (int x){ 6 | return x-- > 0? true :false; 7 | } 8 | 9 | 10 | public static void main(String[] args) { 11 | int x = 5; 12 | while (isAvailable(x)){ 13 | System.out.print(x); 14 | x--; 15 | } 16 | 17 | 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /LectureB4/src/Example/Bos.java: -------------------------------------------------------------------------------- 1 | package Example; 2 | 3 | import java.util.Scanner; 4 | 5 | public class Bos { 6 | 7 | public static void main(String[] args) { 8 | 9 | String name = ". From "; 10 | String number = "[202-123-3456]." ; 11 | String message = "{I love programing and problem solving}"; 12 | 13 | System.out.println(name.substring(0)); 14 | 15 | 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /LectureB4/src/week4/FindingSumOfArrayElements.java: -------------------------------------------------------------------------------- 1 | package week4; 2 | 3 | public class FindingSumOfArrayElements { 4 | 5 | public static void main(String[] args) { 6 | 7 | int []array = {1,2,3,4,5,6,7,8,9}; 8 | 9 | int sum = 0; 10 | 11 | int i = 0; 12 | while (i 9) ? 100 : 9 ; 11 | System.out.println(num2); 12 | 13 | num2 = (false) ? 30 : 11; 14 | System.out.println(num2); 15 | 16 | 17 | 18 | 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /Cohort5/src/week6Lab/Rectangle.java: -------------------------------------------------------------------------------- 1 | package week6Lab; 2 | 3 | public class Rectangle { 4 | 5 | private double width; 6 | private double length; 7 | 8 | public double area(double width, double length){ 9 | return width*length; 10 | } 11 | 12 | public double perimeter(double width, double length){ 13 | return 2*(width+length); 14 | } 15 | 16 | 17 | public static void main(String[] args) { 18 | 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /LectureB4/src/interviewCoding_1/FibonacciNumbers.java: -------------------------------------------------------------------------------- 1 | package interviewCoding_1; 2 | 3 | public class FibonacciNumbers { 4 | 5 | public static void main(String[] args) { 6 | // Find fibonacci numbers 7 | 8 | int a = 0; 9 | int b = 1; 10 | 11 | for (int i = 0; i <12; i++) { 12 | System.out.print(a + " "); 13 | int sum = a +b; 14 | a = b; 15 | b = sum; 16 | } 17 | 18 | 19 | 20 | 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /Cohort5/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Cohort5 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /Cohort5/src/week_10Tuesday/ExceptionhandlingConcept7.java: -------------------------------------------------------------------------------- 1 | package week_10Tuesday; 2 | 3 | public class ExceptionhandlingConcept7 { 4 | 5 | public static void main(String[] args) { 6 | try { 7 | method(); 8 | } catch (Exception e) { 9 | System.out.println("Exception thrown from the method"); 10 | } 11 | } 12 | 13 | static void method() throws Exception{ 14 | throw new Exception(); // Creating exception object 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /LectureB4/src/interviewCoding_1/Factorial.java: -------------------------------------------------------------------------------- 1 | package interviewCoding_1; 2 | 3 | public class Factorial { 4 | 5 | public static void main(String[] args) { 6 | // Find a given given numbers factorial 7 | 8 | int num = 4; 9 | 10 | int factorial = 1; 11 | 12 | for (int i = 1; i <= num; i++) { 13 | factorial = factorial * i; // factorial *= i 14 | } 15 | System.out.println(factorial); 16 | 17 | 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /LectureB4/src/week3lab/Question7.java: -------------------------------------------------------------------------------- 1 | package week3lab; 2 | 3 | import java.util.Scanner; 4 | 5 | public class Question7 { 6 | 7 | public static void main(String[] args) { 8 | 9 | Scanner scan = new Scanner(System.in); 10 | String word1 = scan.next(); 11 | String word2 = scan.next(); 12 | 13 | // Concatenate the strings +, concat() 14 | System.out.println(word1.concat(word2).concat(word2).concat(word1)); 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /LectureB4/src/week6/AnimalTest.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | public class AnimalTest { 4 | 5 | public static void main(String[] args) { 6 | 7 | Animal object1 = new Animal(); 8 | object1.method("Cat", 4); 9 | // Try to print object fields 10 | 11 | 12 | 13 | Animal object2 = new Animal(); 14 | //object2.type = "Dog"; // type is not visible 15 | 16 | System.out.println(object1.method2()); 17 | 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April16/Question36.java: -------------------------------------------------------------------------------- 1 | package April16; 2 | 3 | public class Question36 { 4 | 5 | public static void main(String[] args) { 6 | 7 | StringBuilder sb1 = new StringBuilder("Duke"); 8 | String str1 = sb1.toString(); 9 | String str2 = str1; 10 | //String str2 = new String(str1); 11 | //String str2 = sb1.toString(); 12 | //String str2 = "Duke"; 13 | System.out.println(str1 == str2); 14 | 15 | 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /LectureB4/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | LectureB4 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /LectureB4/src/week12/YearConcept.java: -------------------------------------------------------------------------------- 1 | package week12; 2 | 3 | import java.time.Year; 4 | 5 | public class YearConcept { 6 | 7 | public static void main(String[] args) { 8 | 9 | // Year 10 | Year year = Year.of(2010); 11 | System.out.println(year); 12 | System.out.println(year.isLeap()); 13 | 14 | Year year2 = Year.now(); 15 | 16 | boolean check = year2.isAfter(year); 17 | System.out.println(check); 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /LectureB4/src/week6Recap/Person.java: -------------------------------------------------------------------------------- 1 | package week6Recap; 2 | 3 | 4 | public class Person { 5 | 6 | String name; 7 | static int age; 8 | 9 | public static void main(String[] args) { 10 | // Class reference 11 | Person person1; // We don't constructor 12 | person1 = new Person(); // We initialized an object 13 | 14 | person1.age = 5; 15 | person1.name = "Tony"; 16 | 17 | } 18 | static void method1(){ 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /LectureB4/src/week8/Question.java: -------------------------------------------------------------------------------- 1 | package week8; 2 | 3 | public class Question { 4 | 5 | public Question() { 6 | System.out.println("1"); 7 | } 8 | 9 | public Question(int a) { 10 | this(42.98); 11 | System.out.println("2"); 12 | } 13 | 14 | public Question(double a) { 15 | this(); 16 | System.out.println("3"); 17 | } 18 | 19 | public static void main(String[] args) { 20 | Question object1 = new Question(2.2); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /LectureC5/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | LectureC5 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /Lectures/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Lectures 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /EuropeanClasses/src/week7Thursday/Composition.java: -------------------------------------------------------------------------------- 1 | package week7Thursday; 2 | 3 | class A{ 4 | int a = 4298; 5 | String name = "Ahmet"; 6 | } 7 | 8 | public class Composition { 9 | 10 | // Having a field of other classes reference 11 | A aObject = new A(); 12 | 13 | public static void main(String[] args) { 14 | Composition compObject = new Composition(); 15 | 16 | System.out.println(compObject.aObject.a); 17 | 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April14_10Quetions/Readable.java: -------------------------------------------------------------------------------- 1 | package April14_10Quetions; 2 | 3 | public interface Readable { 4 | public void readBook(); 5 | public void setBookMark(); 6 | 7 | abstract class Book implements Readable{ //line1 8 | public void readBook(){} 9 | //line2 10 | } 11 | class Ebook extends Book{ //line3 12 | public void readBook(){ 13 | } 14 | public void setBookMark(){} //line4 correct 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /LectureB4/src/interviewQuestions/DuplicateValueInArray.java: -------------------------------------------------------------------------------- 1 | package interviewQuestions; 2 | 3 | public class DuplicateValueInArray { 4 | 5 | public static void main(String[] args) { 6 | 7 | int arr[] = {1,2,3,4,5,6,6}; 8 | 9 | for (int i = 0; i < arr.length; i++) { 10 | for (int j = i+1; j < arr.length; j++) { 11 | if (arr[i] == arr[j]) { 12 | System.out.println(arr[i]); 13 | } 14 | } 15 | } 16 | 17 | 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /LectureB4/src/week10Wednesday/ExceptionHandlingConcept1.java: -------------------------------------------------------------------------------- 1 | package week10Wednesday; 2 | 3 | public class ExceptionHandlingConcept1 { 4 | 5 | public static void main(String[] args) { 6 | 7 | int [] arr = {1,2,3}; 8 | 9 | try { 10 | System.out.println(arr[7]); 11 | } catch (ArrayIndexOutOfBoundsException e) { 12 | System.err.println("Exception \n"); 13 | } 14 | 15 | System.out.println("Hello Again !"); 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Lectures/src/week41/WhiteBoard.java: -------------------------------------------------------------------------------- 1 | package week41; 2 | 3 | import week4.MethodsExplained; 4 | 5 | public class WhiteBoard { 6 | 7 | public static void main(String[] args) { 8 | // TODO Auto-generated method stub 9 | MethodsExplained obj = new MethodsExplained(); 10 | //obj.method1(); compile error 11 | //Methods2.method2(); compile error 12 | MethodsExplained.method3(); 13 | obj.method4(); 14 | //obj.method5(); compile error 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Cohort5/src/week9Tuesday/AbstractConcept.java: -------------------------------------------------------------------------------- 1 | package week9Tuesday; 2 | 3 | public class AbstractConcept extends Abstract1{ 4 | // 1) Abstract Classes Can have abstract methods 5 | // 2) Abstract classes can not be instantiated 6 | // 3) If there is an abstract method in superclass. it needs to be overriden(implemented) in subclass 7 | public static void main(String[] args) { 8 | 9 | 10 | } 11 | 12 | } 13 | 14 | abstract class Abstract1{ 15 | 16 | } 17 | -------------------------------------------------------------------------------- /FirstProject/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | TutorialCodes 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /Lectures/src/dateTime_2/ClockExample.java: -------------------------------------------------------------------------------- 1 | package dateTime_2; 2 | 3 | import java.time.*; 4 | 5 | public class ClockExample { 6 | 7 | public static void main(String[] args) { 8 | 9 | 10 | Clock clock = Clock.system(ZoneId.of("America/Marigot")); 11 | 12 | 13 | Instant instant = clock.instant(); 14 | System.out.println(instant); 15 | 16 | clock = Clock.systemUTC(); 17 | System.out.println(clock.getZone()); 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /Cohort5/src/week6Tuesday/YoutubePage.java: -------------------------------------------------------------------------------- 1 | package week6Tuesday; 2 | 3 | public class YoutubePage { 4 | 5 | //Attributes, Global Variables 6 | String topicOfVideo; 7 | int numberOfLikes; 8 | int numberOfDislikes; 9 | 10 | 11 | 12 | // methods, behaviours 13 | 14 | void goToHistory(){ 15 | System.out.println("Go to history"); 16 | } 17 | 18 | void Join(){ 19 | 20 | } 21 | 22 | void subscribe(){ 23 | 24 | } 25 | 26 | 27 | 28 | 29 | } 30 | -------------------------------------------------------------------------------- /EuropeanClasses/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | EuropeanClasses 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /LectureB4/src/ReviewPackage/StringExample2.java: -------------------------------------------------------------------------------- 1 | package ReviewPackage; 2 | 3 | public class StringExample2 { 4 | 5 | public static void main(String[] args) { 6 | 7 | String string1 = "Ahmet Can Turk"; // String literal 8 | 9 | String string2 = "Ahmet Can Turk"; // String literal 10 | 11 | String string3 = new String("Ahmet Can Turk"); 12 | 13 | 14 | 15 | String string4 = "Ahmet" ; 16 | 17 | string4 = "Can"; 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /LectureB4/src/week5Lab/Question1.java: -------------------------------------------------------------------------------- 1 | package week5Lab; 2 | 3 | public class Question1 { 4 | 5 | 6 | public static void arrayPrinter(int[] arrayParameter) { 7 | 8 | for (int i = 0; i < arrayParameter.length; i++) { 9 | System.out.println(arrayParameter[i]); 10 | } 11 | 12 | } 13 | 14 | public static void main(String[] args) { 15 | int[] arrayArgument = { 9, 8, 7, 6, 5, 4, 3,5,6,7,8 }; 16 | arrayPrinter(arrayArgument); 17 | 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /Lectures/src/Lab9/Question4.java: -------------------------------------------------------------------------------- 1 | package Lab9; 2 | 3 | interface X 4 | { 5 | void methodX(); 6 | } 7 | 8 | class Y implements X 9 | { 10 | public void methodX() // access modifier needs to be public 11 | { 12 | System.out.println("Method X"); 13 | } 14 | } 15 | 16 | public class Question4 { 17 | 18 | public static void main(String[] args) { 19 | // TODO Auto-generated method stub 20 | 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /Lectures/src/interfaceConcept/InterfaceConcept.java: -------------------------------------------------------------------------------- 1 | package interfaceConcept; 2 | 3 | interface Iinterface{ 4 | void msg(); 5 | } 6 | 7 | 8 | class classB implements Iinterface{ 9 | 10 | @Override 11 | public void msg() { 12 | System.out.println("Hello Silicone Labs"); 13 | } 14 | 15 | } 16 | 17 | 18 | public class InterfaceConcept { 19 | 20 | public static void main(String[] args) { 21 | classB a = new classB(); 22 | a.msg(); 23 | } 24 | 25 | } 26 | -------------------------------------------------------------------------------- /Lectures/src/week6/Animal.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | public class Animal { 3 | 4 | private String name; 5 | private int age; 6 | 7 | public Animal(String name, int age) { 8 | this.name = name; 9 | this.age = age; 10 | } 11 | public String getName() { 12 | return name; 13 | } 14 | public void setName(String name) { 15 | this.name = name; 16 | } 17 | public int getAge() { 18 | return age; 19 | } 20 | public void setAge(int age) { 21 | this.age = age; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Cohort5/src/week6Thursday/AnimalTest.java: -------------------------------------------------------------------------------- 1 | package week6Thursday; 2 | 3 | public class AnimalTest { 4 | 5 | public static void main(String[] args) { 6 | 7 | Animal animal1 = new Animal(); 8 | 9 | Animal animal2 = new Animal("Dog"); 10 | 11 | Animal animal3 = new Animal(4); 12 | 13 | Animal animal4 = new Animal("Spider", 8); 14 | 15 | animal1.show(); 16 | animal2.show(); 17 | animal3.show(); 18 | animal4.show(); 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /FirstProject/src/myFirstPackage/Commenting.java: -------------------------------------------------------------------------------- 1 | package myFirstPackage; 2 | 3 | public class Commenting { 4 | 5 | public static void main(String[] args) { 6 | // This program prints my name 7 | System.out.println("Ahmet Can Turk"); 8 | 9 | /* 10 | * I am creating a code which will track the customers, 11 | * gather their gps data, and make predictions 12 | * about their shopping behavior 13 | * 14 | */ 15 | 16 | 17 | 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | JavaSEQuestions1-40 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.jdt.core.javanature 16 | 17 | 18 | -------------------------------------------------------------------------------- /LectureB4/src/interviewCoding_1/FindPower.java: -------------------------------------------------------------------------------- 1 | package interviewCoding_1; 2 | 3 | public class FindPower { 4 | 5 | public static void main(String[] args) { 6 | // Find power of the integers 7 | // No built in methods 8 | 9 | int base = 5, power = 0; 10 | 11 | int result = 1; 12 | 13 | for (int i = 1; i <= power; i++) { 14 | result = result * base; 15 | } 16 | 17 | System.out.println(result); 18 | 19 | 20 | 21 | 22 | } 23 | 24 | } 25 | -------------------------------------------------------------------------------- /Lectures/src/week9/Vehicle.java: -------------------------------------------------------------------------------- 1 | package week9; 2 | 3 | public interface Vehicle { 4 | public void showSpeed(); 5 | } 6 | 7 | class Car implements Vehicle{ 8 | 9 | @Override 10 | public void showSpeed() { 11 | System.out.println("Speed implementation"); 12 | 13 | } 14 | 15 | } 16 | 17 | class Audi extends Car{ 18 | public long MAX_SPEED = 250; 19 | 20 | public void showSpeed(){ 21 | System.out.println("Speed Implementation in audi class"); 22 | } 23 | 24 | } -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April15/Question23.java: -------------------------------------------------------------------------------- 1 | package April15; 2 | 3 | import java.awt.Event; 4 | 5 | public class Question23 { 6 | 7 | public static void main(String[] args) { 8 | 9 | int x = 100 ; 10 | int a = x ++ ; 11 | int b = ++ x ; 12 | int c = x ++ ; 13 | // int d = (a{ 5 | 6 | E e; 7 | U u; 8 | public TwoValue(E e, U u) { 9 | this.e = e; 10 | this.u = u; 11 | } 12 | } 13 | 14 | 15 | 16 | 17 | public class GenericClasses2 { 18 | 19 | public static void main(String[] args) { 20 | TwoValue object = new TwoValue(42,"98"); 21 | System.out.print(object.e + object.u); 22 | } 23 | 24 | } 25 | -------------------------------------------------------------------------------- /LectureB4/src/week2lab/Question.java: -------------------------------------------------------------------------------- 1 | package week2lab; 2 | class student { 3 | String name; 4 | public student(String name) { 5 | this.name = name; 6 | } 7 | } 8 | public class Question { 9 | 10 | public static void main(String[] args) { 11 | student[] students=new student[3]; 12 | //students [0]=new student("richard"); 13 | students [1]=new student("richard"); 14 | students[2]=new student("donald"); 15 | System.out.println(students[0]); 16 | 17 | 18 | } 19 | } -------------------------------------------------------------------------------- /LectureB4/src/week8Recap/TestEmployee.java: -------------------------------------------------------------------------------- 1 | package week8Recap; 2 | 3 | public class TestEmployee { 4 | 5 | public static void main(String[] args) { 6 | 7 | Person person1 = new FTEmployee(); 8 | Person person2 = new Contract(); 9 | 10 | person1.speak(); 11 | person2.speak(); 12 | person1.healthInsurance(); 13 | person2.healthInsurance(); 14 | 15 | Contract contract = new Contract(); 16 | contract.benefits(); 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Lectures/src/week11/TernaryConcept.java: -------------------------------------------------------------------------------- 1 | package week11; 2 | 3 | public class TernaryConcept { 4 | 5 | public static void main(String[] args) { 6 | 7 | int a, b; 8 | 9 | a = 10; 10 | 11 | /* 12 | if (a==1) { 13 | b = 20; 14 | } else { 15 | b = 30; 16 | } 17 | */ 18 | 19 | b = (a == 1 || false) ? 20 : 30; 20 | System.out.println("b = " + b); 21 | 22 | b = (a == 10) ? 40 : 10; 23 | System.out.println("b = " + b); 24 | 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /Cohort5/src/week_12Tuesday/GenericClass2.java: -------------------------------------------------------------------------------- 1 | package week_12Tuesday; 2 | 3 | 4 | class TwoValue{ 5 | E e; 6 | U u; 7 | public TwoValue(E e,U u) { 8 | this.e = e; 9 | this.u = u; 10 | } 11 | } 12 | 13 | public class GenericClass2 { 14 | 15 | public static void main(String[] args) { 16 | TwoValue object = new TwoValue(4298, "Ahmet"); 17 | System.out.println(object.e); 18 | System.out.println(object.u); 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April15/Question30.java: -------------------------------------------------------------------------------- 1 | package April15; 2 | 3 | public class Question30 { 4 | 5 | public static void main(String[] args) { 6 | 7 | String arr[] = {"A", "B", "C", "D"}; 8 | for (int i = 0; i < arr.length; i++) { 9 | System.out.print(arr[i] + " "); // A,B 10 | if (arr[i].equals("C")) { // A!=C 11 | continue; // Continue 12 | } 13 | System.out.println("Work done"); //A Workdone 14 | break; 15 | } 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /LectureB4/src/week7Lab/Account.java: -------------------------------------------------------------------------------- 1 | package week7Lab; 2 | 3 | public class Account { 4 | public String name; 5 | public String accountType; 6 | public int accountNumber; 7 | public int accountBalance; 8 | 9 | public Account(String name, String accountType, int accountNumber, int accountBalance) { 10 | this.name = name; 11 | this.accountType = accountType; 12 | this.accountNumber = accountNumber; 13 | this.accountBalance = accountBalance; 14 | } 15 | 16 | 17 | } 18 | -------------------------------------------------------------------------------- /Lectures/src/week7/Runner.java: -------------------------------------------------------------------------------- 1 | package week7; 2 | 3 | 4 | public class Runner { 5 | 6 | public static void main(String[] args) { 7 | Teacher teacherObj = new Teacher(); 8 | teacherObj.name = "Ahmet" ; 9 | HouseWife houseWife = new HouseWife(); 10 | DataScientist dataScientist = new DataScientist(); 11 | teacherObj.favoriteQuote(); 12 | dataScientist.favoriteQuote(); 13 | houseWife.favoriteQuote(); 14 | Employee.favoriteQuote(); 15 | 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April15/Question27.java: -------------------------------------------------------------------------------- 1 | package April15; 2 | class A{ 3 | public A(){ 4 | System.out.println("A "); 5 | } 6 | 7 | } 8 | 9 | class B extends A{ 10 | public B(){ 11 | System.out.println("B "); 12 | } 13 | 14 | } 15 | 16 | public class Question27 extends B{ 17 | public Question27(){ 18 | System.out.println("C "); 19 | } 20 | 21 | public static void main(String[] args) { 22 | 23 | A object = new Question27(); 24 | 25 | 26 | } 27 | 28 | } 29 | -------------------------------------------------------------------------------- /Lectures/src/lambdaExpressions/Lambda_4.java: -------------------------------------------------------------------------------- 1 | package lambdaExpressions; 2 | 3 | interface AClass{ 4 | 5 | abstract String sayHello(); 6 | } 7 | 8 | interface BClass{ 9 | int sum(int a, int b); 10 | } 11 | 12 | public class Lambda_4 { 13 | 14 | public static void main(String[] args) { 15 | 16 | AClass lambda = () -> ("Hello"); 17 | 18 | System.out.println(lambda.sayHello()); 19 | 20 | BClass lambda1 = (a,b) -> (a+b); 21 | 22 | 23 | 24 | 25 | } 26 | 27 | } 28 | -------------------------------------------------------------------------------- /Lectures/src/week9/TestClass.java: -------------------------------------------------------------------------------- 1 | package week9; 2 | 3 | abstract class TestInterface{ 4 | abstract public void square(int a); 5 | static void show(){ 6 | System.out.println("Static method"); 7 | } 8 | } 9 | public class TestClass extends TestInterface { 10 | 11 | 12 | public static void main(String[] args) { 13 | TestInterface.show(); 14 | 15 | } 16 | 17 | @Override 18 | public void square(int a) { 19 | System.out.println("Square method"); 20 | 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /Cohort5/src/week3Tuesday/TwoDimensionalArray_2.java: -------------------------------------------------------------------------------- 1 | package week3Tuesday; 2 | 3 | public class TwoDimensionalArray_2 { 4 | 5 | public static void main(String[] args) { 6 | 7 | // Challenge : create Object type 2d array and print all elements 8 | 9 | Object [][] array = {{true, false}, {1,2}, {"String", 'c'}}; 10 | 11 | for (Object[] objects : array) { 12 | for (Object object : objects) { 13 | System.out.println(object); 14 | } 15 | } 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Cohort5/src/week8Thursday/Example.java: -------------------------------------------------------------------------------- 1 | package week8Thursday; 2 | 3 | class P1 { 4 | 5 | } 6 | class P2 extends P1 implements I1 { 7 | 8 | } 9 | interface I1{} 10 | 11 | public class Example { 12 | 13 | public static void main(String[] args) { 14 | P1 obj = new P1(); 15 | P2 obj2 = new P2(); 16 | I1 obj3 = new P2(); 17 | System.out.println(obj instanceof P2); 18 | System.out.println(obj2 instanceof P1); 19 | System.out.println(obj3 instanceof I1); 20 | 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April13_10Questions/Question10.java: -------------------------------------------------------------------------------- 1 | package April13_10Questions; 2 | 3 | public class Question10 { 4 | 5 | public static void main(String[] args) { 6 | StringBuilder sb = new StringBuilder(5); 7 | String s= ""; 8 | 9 | if (sb.equals(s)) { 10 | System.out.println("Match 1"); 11 | }else if (sb.toString().equals(s.toString())) { 12 | System.out.println("Match 2"); 13 | }else{ 14 | System.out.println("No match"); 15 | } 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /LectureB4/src/week6/Pencil.java: -------------------------------------------------------------------------------- 1 | package week6; 2 | 3 | // We are creating a pencil class 4 | 5 | // What kind of attributes it has. 6 | 7 | 8 | 9 | public class Pencil { 10 | 11 | // states of a pencil 12 | 13 | String color ; 14 | double price; 15 | int height ; 16 | String brand ; 17 | 18 | 19 | // what a pencil does - behavior 20 | 21 | void write(String string){ 22 | System.out.println(string); 23 | } 24 | 25 | void draw(){ 26 | 27 | } 28 | 29 | 30 | } 31 | -------------------------------------------------------------------------------- /Cohort5/src/week5Lab/Question7.java: -------------------------------------------------------------------------------- 1 | package week5Lab; 2 | 3 | public class Question7 { 4 | 5 | public static void main(String[] args) { 6 | cProfits(100, 20); 7 | } 8 | 9 | 10 | static void cProfits(int buyPrice, int sellPrice){ 11 | if (buyPrice > sellPrice) { 12 | System.out.println("loss"); 13 | } else if(buyPrice < sellPrice) { 14 | System.out.println("profit"); 15 | } 16 | 17 | else { 18 | System.out.println("no profit, no loss"); 19 | } 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /EuropeanClasses/src/week6Tuesday/Initializing_2.java: -------------------------------------------------------------------------------- 1 | package week6Tuesday; 2 | 3 | 4 | class Class3{ 5 | int a; 6 | String bString; 7 | // create a method which initialize 2 fields 8 | void initializer(int a , String bString){ 9 | this.a = a; 10 | this.bString = bString; 11 | } 12 | } 13 | 14 | 15 | 16 | public class Initializing_2 { 17 | 18 | public static void main(String[] args) { 19 | Class3 ref = new Class3(); 20 | ref.initializer(9, "String"); 21 | 22 | } 23 | 24 | } 25 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/src/April13_10Questions/Question3.java: -------------------------------------------------------------------------------- 1 | package April13_10Questions; 2 | 3 | import java.time.LocalDate; 4 | import java.time.LocalDateTime; 5 | import java.time.format.DateTimeFormatter; 6 | 7 | public class Question3 { 8 | 9 | public static void main(String[] args) throws Exception { 10 | String date = LocalDate 11 | .parse("2014-05-04") 12 | .format(DateTimeFormatter.ISO_DATE_TIME); 13 | 14 | 15 | System.out.println(date); 16 | 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /LectureB4/src/interviewCoding_1/FactorNumberss.java: -------------------------------------------------------------------------------- 1 | package interviewCoding_1; 2 | 3 | import java.util.*; 4 | 5 | public class FactorNumberss { 6 | 7 | public static ArrayList findFactors(int a) { 8 | ArrayList arr = new ArrayList<>(); 9 | for (int i = 1; i <= a; i++) { 10 | if (a % i == 0) { 11 | arr.add(i); 12 | } 13 | } 14 | return arr; 15 | } 16 | 17 | public static void main(String[] args) { 18 | System.out.println(findFactors(10)); 19 | 20 | } 21 | } -------------------------------------------------------------------------------- /LectureB4/src/week3lab/Example.java: -------------------------------------------------------------------------------- 1 | package week3lab; 2 | 3 | import java.util.Arrays; 4 | 5 | public class Example { 6 | 7 | public static void main(String[] args) { 8 | 9 | int arr[] = new int [5]; 10 | int arr2[] = new int [5]; 11 | Arrays.fill(arr, 3); 12 | System.out.println(Arrays.toString(arr)); 13 | arr[2] = 10; 14 | Arrays.sort(arr); 15 | System.out.println(Arrays.toString(arr)); 16 | 17 | System.out.println(Arrays.equals(arr, arr2)); 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /LectureB4/src/week5/Recab1.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class Recab1 { 4 | 5 | public static void main(String[] args) { 6 | 7 | int number = method1(10) + 10; 8 | System.out.println(number); 9 | } 10 | 11 | public static int method1(int a){ 12 | System.out.println("This method starting to work"); 13 | 14 | System.out.println("We are adding 10 into our parameter"); 15 | a = a + 10; 16 | System.out.println("We are returning a"); 17 | return a; 18 | 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /LectureC5/src/replItSolutions/Example.java: -------------------------------------------------------------------------------- 1 | package replItSolutions; 2 | 3 | import java.util.Arrays; 4 | 5 | public class Example { 6 | 7 | public static void main(String[] args) { 8 | String arr[] = {"Hey", "There"}; 9 | swap(arr, 0, 1); 10 | System.out.println(Arrays.toString(arr)); 11 | 12 | 13 | 14 | 15 | } 16 | 17 | public static void swap(T[] a, int i, int j) { 18 | T temp = a[i]; 19 | a[i] = a[j]; 20 | a[j] = temp; 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /Lectures/src/week9/ClassA.java: -------------------------------------------------------------------------------- 1 | package week9; 2 | 3 | interface InterfaceA{ 4 | void message(); 5 | } 6 | 7 | abstract class ClassB implements InterfaceA{ 8 | 9 | } 10 | 11 | // Public classes needs their own files 12 | public class ClassA extends ClassB{ 13 | 14 | public static void main(String[] args) { 15 | ClassA a = new ClassA(); 16 | a.message(); 17 | 18 | } 19 | 20 | @Override 21 | public void message() { 22 | System.out.println("Hello Home !"); 23 | 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /Lectures/src/week9/Main1.java: -------------------------------------------------------------------------------- 1 | package week9; 2 | 3 | public class Main1 { 4 | public static void main(String[] args) { 5 | 6 | 7 | String str = "Silicone Labs"; 8 | String reverse = ""; 9 | 10 | 11 | for(int i = str.length() - 1; i >= 0; i--) 12 | { 13 | reverse = reverse + str.charAt(i); 14 | } 15 | 16 | System.out.println("Reversed string is:"); 17 | System.out.println(reverse); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Cohort5/src/week3Thursday/ForLoopExamples8.java: -------------------------------------------------------------------------------- 1 | package week3Thursday; 2 | 3 | public class ForLoopExamples8 { 4 | 5 | public static void main(String[] args) { 6 | 7 | // How to find duplicated elements in array 8 | 9 | int arr[] = {1,2,3,4,5,6,7,8,3}; 10 | 11 | for(int i = 0; i