├── .DS_Store ├── Cohort5 ├── .DS_Store ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs └── src │ ├── .DS_Store │ ├── week1Tuesday │ ├── AssignmentOperators.java │ ├── Casting.java │ ├── ConditionalOperator.java │ ├── Example.java │ ├── FirstClass.java │ ├── Lab1.java │ ├── LogicalOrAnd.java │ ├── MYCLASS.java │ └── RelationalOperators.java │ ├── week2Thursday │ ├── Example.java │ ├── Example_2.java │ ├── StringMethods.java │ ├── SwitchCaseExample2.java │ ├── SwitchCaseExample3.java │ ├── SwitchCaseStatements.java │ ├── WarmUpExamples.java │ └── WarmUpExamples2.java │ ├── week2Tuesday │ ├── ElseBlocks.java │ ├── ElseIfBlocks.java │ ├── Example.java │ ├── IfBlocks.java │ ├── NestedIfElse.java │ ├── ScannerExample.java │ └── Week2.java │ ├── week3Thursday │ ├── FactorsOfTheNumbers.java │ ├── ForLoopChallenges.java │ ├── ForLoopExamples.java │ ├── ForLoopExamples2.java │ ├── ForLoopExamples3.java │ ├── ForLoopExamples4.java │ ├── ForLoopExamples5.java │ ├── ForLoopExamples6.java │ ├── ForLoopExamples7.java │ └── ForLoopExamples8.java │ ├── week3Tuesday │ ├── Array2Dime.java │ ├── ArrayEx.java │ ├── ArrayExamples.java │ ├── ArraysExample.java │ ├── Example.java │ ├── Example2.java │ ├── Exapmle_2.java │ ├── ForEachLoop.java │ ├── TwoDimensionalArray.java │ ├── TwoDimensionalArray_2.java │ └── WarmUpQuestions.java │ ├── week4Lab │ ├── Question1.java │ ├── Question2.java │ ├── Question3.java │ ├── Question4.java │ ├── Question5.java │ ├── Question6.java │ └── Question7.java │ ├── week4Thursday │ ├── ArrayListConcept2.java │ ├── ArrayListConcept3.java │ ├── ArraylistConcept.java │ └── Examples.java │ ├── week4Tuesday │ ├── NumberGuessingGame.java │ ├── WarmUp.java │ ├── WhileLoop.java │ ├── WhileLoop2.java │ ├── doWhileLoop.java │ └── doWhileLoop2.java │ ├── week5Lab │ ├── Question1.java │ ├── Question2.java │ ├── Question3.java │ ├── Question4.java │ ├── Question5.java │ ├── Question6.java │ └── Question7.java │ ├── week5Thursday │ ├── AccessModifiers.java │ ├── Example.java │ ├── Exercises.java │ ├── NonVoidMethod3.java │ ├── NonVoidMethods.java │ ├── NonVoidMethods2.java │ └── StaticMethods.java │ ├── week5Tuesday │ ├── ClassInDifferentPackage.java │ ├── MethodConcept1.java │ ├── MethodConcept2.java │ ├── MethodConcept3.java │ ├── MethodConcept4.java │ ├── MethodConcept5.java │ ├── MethodConcept6.java │ ├── MethodConcept7.java │ ├── MethodConcept8.java │ └── MethodOverloadingConcept.java │ ├── week6Lab │ ├── BankAccount.java │ ├── BankAccountRunner.java │ ├── Person.java │ ├── Rectangle.java │ └── YoutubeVideoPage.java │ ├── week6Thursday │ ├── Animal.java │ ├── AnimalTest.java │ ├── Declare.java │ ├── InitializingObject.java │ ├── JavaClassroom.java │ ├── PencilTest.java │ ├── Person.java │ ├── Phone.java │ ├── PhoneTest.java │ ├── StaticExample.java │ └── Task.java │ ├── week6Tuesday │ ├── AmazonPage.java │ ├── CellPhone.java │ ├── Class1.java │ ├── J_1_Overview.java │ ├── J_2_Overview.java │ ├── Person.java │ ├── Teacher.java │ ├── YoutubePage.java │ └── YoutubePageTest.java │ ├── week7Thursday │ ├── CompositionInJava.java │ ├── InhertanceConcept.java │ ├── OverrigingConcept.java │ ├── SuperKeywordConcept1.java │ ├── SuperKeywordConcept2.java │ ├── ThisKeywordConcept.java │ ├── ThisKeywordConcept2.java │ └── ThisKeywordConcept3.java │ ├── week7Tuesday │ ├── EncapsulationTest.java │ ├── InheritanceConcept.java │ ├── InheritanceConcept2.java │ ├── InheritanceConcept3.java │ ├── SuperClass.java │ ├── TeacherTest.java │ └── Test.java │ ├── week8Thursday │ ├── AbstactClassConcept1.java │ ├── AbstractClassConcept2.java │ ├── AbstractConcept3.java │ ├── Example.java │ ├── RemoteWebDriver.java │ └── RemoteWebDriverTest.java │ ├── week8Tuesday │ ├── OverloadingConcept.java │ ├── OverridingConcept.java │ ├── OverridingConcept2.java │ └── Upcasting.java │ ├── week9Thursday │ ├── ArraylistConcept.java │ ├── MapExample.java │ ├── Practice.java │ ├── QueueExample.java │ ├── SetExample.java │ └── SetExample2.java │ ├── week9Tuesday │ ├── AbstractConcept.java │ ├── Example.java │ ├── IWithMain.java │ ├── InterfaceConcept1.java │ ├── InterfaceConcept2.java │ ├── InterfaceConcept3.java │ ├── InterfaceConcept4.java │ └── InterfaceConcept5.java │ ├── week_10Tuesday │ ├── ExceptionHandlingConcept.java │ ├── ExceptionHandlingConcept1.java │ ├── ExceptionHandlingConcept2.java │ ├── ExceptionHandlingConcept3.java │ ├── ExceptionHandlingConcept4.java │ ├── ExceptionHandlingConcept5.java │ ├── ExceptionHandlingConcept6.java │ └── ExceptionhandlingConcept7.java │ ├── week_11Thursday │ ├── AnonymousClass.java │ ├── ConditionalOperator.java │ ├── GarbageCollectionConcept1.java │ ├── Main.java │ ├── NestedClassConcept.java │ ├── NestedClassConcept2.java │ └── WrapperClasses.java │ ├── week_11Tuesday │ ├── DateConcept1.java │ ├── DateConcept2.java │ ├── Example.class │ ├── Example.java │ ├── Example1.java │ ├── LambdaExpressions.java │ ├── LambdaExpressions2.java │ ├── TimeConcept.java │ └── YearConcept.java │ ├── week_12Thursday │ ├── EnumConcept.java │ ├── Main1.java │ ├── SingletonClasses.java │ ├── StreamExamples.java │ ├── StreamExamples2.java │ ├── StringBufferExample.java │ ├── StringBuilderExample.java │ └── UML.ucls │ └── week_12Tuesday │ ├── GenericClass1.java │ ├── GenericClass2.java │ ├── GenericMethods.java │ ├── GenericMethods2.java │ ├── GenericMethods3.java │ └── VariableArguments.java ├── EuropeanClasses ├── .DS_Store ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs └── src │ ├── .DS_Store │ ├── preBootCamp │ ├── AssingmentOperators.java │ ├── CastingExample.java │ ├── Example.java │ ├── IfBlocks.java │ ├── IfElseBlocks.java │ ├── LogicalOperators.java │ ├── NestedIfBlocks.java │ └── RelationalOperators.java │ ├── week1Thursday │ ├── J_3_IfElseOverview.java │ ├── J_4_ElseIfExamples.java │ ├── J_5_ScannerOverview.java │ ├── J_6_Calculator.java │ └── J_7_ScannerDayOfTheWeeks.java │ ├── week1Tuesday │ ├── Example.java │ ├── J_1_Overview.java │ └── J_2_Overview.java │ ├── week2Thursday │ ├── ArrayConcept.java │ ├── ArrayConcept2.java │ ├── ArrayConcept3.java │ ├── ForEachExamples.java │ └── WarmUp.java │ ├── week2Tuesday │ ├── StringMethods.java │ ├── SwitchCaseStatements.java │ ├── SwitchCaseStatements2.java │ └── WarmUp.java │ ├── week3Saturday │ ├── DoWhileLoop.java │ ├── Example.java │ ├── Review.java │ └── WhileLoop.java │ ├── week3Tuesday │ ├── ArraysMethods.java │ ├── BreakStatement.java │ ├── ContinueStatement.java │ ├── ForLoopConcept.java │ ├── ForLoopConcept2.java │ └── SplitMethod.java │ ├── week4Thursday │ ├── ClassStructure.java │ ├── NonStaticMethod1.java │ ├── NonStaticMethod2.java │ └── StaticMethodReview.java │ ├── week4Tuesday │ ├── AccessModifiers.java │ ├── Example.java │ ├── LoopReview.java │ ├── MethodConcept1.java │ ├── MethodConcept2.java │ ├── MethodConcept3.java │ └── MethodOverloadingConcept.java │ ├── week5Tuesday │ ├── Main.java │ ├── OOP_1.java │ ├── OOP_2.java │ ├── OOP_3.java │ ├── OOP_4.java │ ├── Q1.java │ └── Review.java │ ├── week6Thursday │ ├── BookStore.java │ ├── Overview.java │ ├── StaticConcept.java │ └── StaticConcept2.java │ ├── week6Tuesday │ ├── A.java │ ├── BankAccount.java │ ├── ConstructorConcept.java │ ├── DeclareObjects.java │ ├── InitializeObjects.java │ ├── Initializing_2.java │ ├── Overview.java │ └── Phone.java │ ├── week7Thursday │ ├── Composition.java │ ├── Composition2.java │ ├── Composition3.java │ ├── InheritanceConcept4.java │ ├── InheritanceConcept5.java │ ├── Overview.java │ ├── SuperKeyword.java │ └── ThisKeyword.java │ ├── week7Tuesday │ ├── Blocks.java │ ├── Constructors.java │ ├── InheritanConcept_Overriding.java │ ├── InheritanceConcept1.java │ ├── InheritanceConcept2.java │ ├── InheritanceConcept3.java │ └── InheritanceConcept_Overriding2.java │ └── week8Tuesday │ ├── Animal.java │ ├── Employee.java │ ├── EmployeeTest.java │ ├── MainClass.java │ ├── MyClassTester.java │ └── Upcasting.java ├── FirstProject ├── .classpath ├── .gitignore ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs └── src │ ├── abstractConcept │ └── AbstractConcept.java │ ├── classConcept │ ├── CellPhone.java │ ├── CellPhoneTest.java │ ├── ClassConcept1.java │ └── Student.java │ ├── collectionsConcept │ ├── ArrayVsArrayListSpeed.java │ └── Collection1.java │ ├── exceptionHandling │ ├── Example.java │ ├── ExceptionHandlingConcept.java │ ├── ExceptionHandlingConcept1.java │ ├── ExceptionHandlingConcept2.java │ ├── ExceptionHandlingConcept3.java │ ├── ExceptionHandlingConcept4.java │ ├── ExceptionHandlingConcept5.java │ └── ExceptionHandlingConcept6.java │ ├── inheritanceConcept │ ├── InheritanceConcept1.java │ ├── InheritanceConcept2.java │ ├── InheritanceConcept3.java │ └── InheritanceConcept4.java │ ├── interfaceConcept │ ├── InterfaceConcept.java │ ├── InterfaceConcept1.java │ ├── InterfaceConcept2.java │ ├── InterfaceConcept3.java │ └── InterfaceConcept4.java │ ├── myFirstPackage │ ├── ArrayExample.java │ ├── Arraylists.java │ ├── AssignmentOperators.java │ ├── BooleanLogic.java │ ├── Casting.java │ ├── Commenting.java │ ├── ElseIfBlocks.java │ ├── IfBlocks.java │ ├── MyFirstClass.java │ ├── Operators.java │ ├── PrePost.java │ ├── RelationalOperators.java │ ├── ScannerExample.java │ ├── StringClasses.java │ ├── SwitchCase.java │ ├── Variables.java │ └── ifElseBlocks.java │ ├── oop1 │ ├── Class2.java │ └── Reference.java │ ├── polyMorphism │ ├── OverloadingConcept.java │ └── OverridingConcept.java │ ├── secondPackage │ ├── CreatingObject.java │ ├── DoWhile.java │ ├── Encapsulation.java │ ├── ForLoop.java │ ├── NonVoidMethdod.java │ ├── TwoDimensionalArrays.java │ ├── VoidMethods.java │ ├── WhileLoop.java │ ├── WhiteBoard.java │ └── clas.java │ └── thirdPackage │ ├── AccessModifiers.java │ ├── Class1.java │ ├── Dashboard.java │ ├── Initializing.java │ ├── StaticConcept.java │ ├── StaticConcept2.java │ └── StaticMethods.java ├── JavaSEQuestions1-40 ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── bin │ ├── April13_10Questions │ │ ├── Car.class │ │ ├── Customer.class │ │ ├── Earth.class │ │ ├── ElectricAccount.class │ │ ├── Planet.class │ │ ├── Product.class │ │ ├── Question1.class │ │ ├── Question10.class │ │ ├── Question2.class │ │ ├── Question3.class │ │ ├── Question4.class │ │ ├── Question5.class │ │ ├── Question6.class │ │ ├── Question7.class │ │ ├── Question8.class │ │ ├── Question9.class │ │ ├── Vehicle.class │ │ └── X.class │ ├── April14_10Quetions │ │ ├── CD.class │ │ ├── CheckingAccount.class │ │ ├── DVD.class │ │ ├── Question12.class │ │ ├── Question14.class │ │ ├── Question15.class │ │ ├── Question16.class │ │ ├── Question17.class │ │ ├── Question18.class │ │ ├── Question20.class │ │ ├── Readable$Book.class │ │ ├── Readable$Ebook.class │ │ └── Readable.class │ ├── 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 └── src │ ├── April13_10Questions │ ├── Question1.java │ ├── Question10.java │ ├── Question2.java │ ├── Question3.java │ ├── Question4.java │ ├── Question5.java │ ├── Question6.java │ ├── Question7.java │ ├── Question8.java │ └── Question9.java │ ├── April14_10Quetions │ ├── DVD.java │ ├── Question12.java │ ├── Question14.java │ ├── Question15.java │ ├── Question16.java │ ├── Question17.java │ ├── Question18.java │ ├── Question20.java │ └── Readable.java │ ├── April15 │ ├── Question21.java │ ├── Question22.java │ ├── Question23.java │ ├── Question24.java │ ├── Question25.java │ ├── Question26.java │ ├── Question27.java │ ├── Question28.java │ ├── Question29.java │ └── Question30.java │ ├── April16 │ ├── Question31.java │ ├── Question35.java │ ├── Question36.java │ ├── Question37.java │ ├── Question39.java │ └── Question40.java │ └── April17 │ └── Question41.java ├── LectureB4 ├── .DS_Store ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── bin │ ├── .DS_Store │ ├── .gitignore │ ├── Example │ │ ├── A.class │ │ ├── B.class │ │ ├── Bos.class │ │ ├── Main.class │ │ ├── Main1.class │ │ ├── Main2.class │ │ ├── MyThread1.class │ │ ├── MyThread2.class │ │ ├── Question1.class │ │ └── Table.class │ ├── PreBootCamp │ │ ├── A.class │ │ ├── AssignmentOperators.class │ │ ├── DataTypes.class │ │ ├── HelloWorld.class │ │ ├── IfElseConcept.class │ │ ├── IfElseExamples.class │ │ ├── LogicalOperators.class │ │ ├── Main.class │ │ ├── PreClass3.class │ │ ├── PreClass5.class │ │ └── RelationalOperators.class │ ├── ReviewPackage │ │ ├── ArrayExample1.class │ │ ├── ArrayExample2.class │ │ ├── LoopsExample1.class │ │ ├── StringBufferBuilder.class │ │ ├── StringExample.class │ │ ├── StringExample2.class │ │ ├── StringExample3.class │ │ ├── SuperClass.class │ │ └── SwitchCaseReview.class │ ├── interviewCoding_1 │ │ ├── AlphabetCheck.class │ │ ├── ArmstronNumbers.class │ │ ├── CheckVowelOrConstant.class │ │ ├── FactorNumbers.class │ │ ├── FactorNumberss.class │ │ ├── Factorial.class │ │ ├── FibonacciNumbers.class │ │ ├── FindPower.class │ │ ├── FindTwoMaximumNumbers.class │ │ ├── ReverseString.class │ │ ├── StepsNumbers.class │ │ └── SwapVariables.class │ ├── interviewQuestions │ │ ├── DuplicateValueInArray.class │ │ ├── FindLargestAndSmallestinArray.class │ │ ├── FindMissingNumber.class │ │ ├── FindPrimeNumber.class │ │ ├── PalindromeNumber.class │ │ └── RemoveJunk.class │ ├── java │ │ └── util │ │ │ └── StoreData.class │ ├── week1 │ │ ├── AssignmentOperators.class │ │ ├── Casting.class │ │ ├── ConditionalOperator.class │ │ ├── Configuration.class │ │ ├── Lab1.class │ │ ├── LabelledLoop.class │ │ ├── LogicalOrAnd.class │ │ ├── RelationalOperators.class │ │ └── Variables.class │ ├── week10Lab │ │ ├── App.class │ │ ├── Question1.class │ │ ├── Question2.class │ │ ├── Question3.class │ │ ├── Question4.class │ │ ├── Question8.class │ │ ├── Question9.class │ │ ├── SetToArray.class │ │ ├── Test.class │ │ └── X.class │ ├── week10Monday │ │ ├── ListExample.class │ │ ├── MapExample.class │ │ ├── SetExample.class │ │ └── SetExample1.class │ ├── week10Recap │ │ ├── Answers.class │ │ ├── Ball_8.class │ │ ├── CollectionExample2.class │ │ ├── CollectionExamples.class │ │ ├── DrawBall.class │ │ ├── Example.class │ │ ├── Example2.class │ │ └── ExceptionRecap1.class │ ├── week10Wednesday │ │ ├── ExceptionHandlingConcept.class │ │ ├── ExceptionHandlingConcept1.class │ │ ├── ExceptionHandlingConcept2.class │ │ ├── ExceptionHandlingConcept3.class │ │ ├── ExceptionHandlingConcept4.class │ │ ├── ExceptionHandlingConcept5.class │ │ └── ExceptionHandlingConcept6.class │ ├── week11 │ │ ├── A.class │ │ ├── Animal.class │ │ ├── AnonymousClass$1.class │ │ ├── AnonymousClass.class │ │ ├── B.class │ │ ├── Cat.class │ │ ├── Dog.class │ │ ├── Example.class │ │ ├── Example11$cl.class │ │ ├── Example11.class │ │ ├── GCConcept.class │ │ ├── GCConcept2.class │ │ ├── IPhone.class │ │ ├── NestedClassConcept2.class │ │ ├── NestedClassesConcept.class │ │ ├── Outer$1Local.class │ │ ├── Outer.class │ │ ├── OuterClass$InnerClass.class │ │ ├── OuterClass.class │ │ ├── OuterClass1$InnerClass.class │ │ ├── OuterClass1.class │ │ ├── ParseIntConcept.class │ │ ├── Q86.class │ │ ├── TernaryOperator.class │ │ └── WrapperClassesConcept.class │ ├── week12 │ │ ├── DateConcept1.class │ │ ├── DateFormatter.class │ │ ├── TimeConcept.class │ │ ├── YearConcept.class │ │ └── YearMonthConcept.class │ ├── week13Wednesday │ │ ├── ArrayPrinterGenerics.class │ │ ├── GenericClasses.class │ │ ├── GenericClasses2.class │ │ ├── GenericMethod1.class │ │ ├── GenericMethod2.class │ │ ├── InterviewPart2.class │ │ ├── Lister.class │ │ ├── TwoValue.class │ │ └── VariableArguments.class │ ├── week2 │ │ ├── ElseIFBlocks.class │ │ ├── FizzBuzz.class │ │ ├── GuessWhat.class │ │ ├── IfBlocks.class │ │ ├── IfElseBlocks.class │ │ ├── ScannerExample.class │ │ ├── SwitchCase1.class │ │ ├── SwitchCase2.class │ │ └── SwitchCaseExample.class │ ├── week2lab │ │ ├── Lab1.class │ │ ├── Lab2.class │ │ ├── Lab3.class │ │ ├── Lab4.class │ │ ├── Lab5.class │ │ ├── Lab6.class │ │ ├── Question.class │ │ └── student.class │ ├── week3 │ │ ├── ArrayExample.class │ │ ├── ArrayMethods.class │ │ ├── Recap.class │ │ ├── StringExample.class │ │ ├── StringManipulation.class │ │ └── StringMethods.class │ ├── week3lab │ │ ├── Example.class │ │ ├── Question1.class │ │ ├── Question2.class │ │ ├── Question4.class │ │ ├── Question5.class │ │ ├── Question6.class │ │ ├── Question7.class │ │ ├── Question8.class │ │ └── Question9.class │ ├── week4 │ │ ├── BreakStatementExample.class │ │ ├── ContinueExample.class │ │ ├── DoWhileLoops.class │ │ ├── Example.class │ │ ├── FindingEvenNumbers.class │ │ ├── FindingSumOfArrayElements.class │ │ ├── ForLoopExamples.class │ │ ├── NestedForLoops.class │ │ ├── NumberTriangle.class │ │ ├── Recab1.class │ │ ├── Recab2.class │ │ ├── ShortestLongestWordInArray.class │ │ ├── Stairs.class │ │ ├── TwoDimensionalArrays.class │ │ └── WhileLoopConcept.class │ ├── week5 │ │ ├── AccessModifiers.class │ │ ├── AccessModifiers2.class │ │ ├── Example.class │ │ ├── MethodConcept1.class │ │ ├── MethodConcept2.class │ │ ├── MethodConcept3.class │ │ ├── MethodConcept4.class │ │ ├── NonVoidMethods1.class │ │ ├── Recab1.class │ │ ├── Recab2.class │ │ ├── SecondClass.class │ │ └── StaticMethods.class │ ├── week5Lab │ │ ├── Example.class │ │ ├── Question1.class │ │ ├── Question2.class │ │ ├── Question3.class │ │ ├── Question4.class │ │ ├── Question5.class │ │ ├── Question6.class │ │ └── Question7.class │ ├── week6 │ │ ├── Animal.class │ │ ├── AnimalTest.class │ │ ├── Book.class │ │ ├── Car.class │ │ ├── CellPhone.class │ │ ├── ClassConcept.class │ │ ├── InitializingObject.class │ │ ├── Pencil.class │ │ ├── Person.class │ │ ├── Rectangle.class │ │ ├── Teacher.class │ │ ├── TeacherTest.class │ │ ├── YoutubePage.class │ │ └── YoutubeVideoPage.class │ ├── week6Recap │ │ ├── Animal.class │ │ ├── AnimalTest.class │ │ ├── BankAccount.class │ │ ├── Example.class │ │ ├── Example1.class │ │ ├── Person.class │ │ ├── StaticExample.class │ │ └── StaticExample1.class │ ├── week6a │ │ ├── BarberShop.class │ │ ├── Computer.class │ │ ├── ComputerTest.class │ │ ├── Declare.class │ │ ├── JavaClassroom.class │ │ ├── ObjectConcept.class │ │ └── StaticExample.class │ ├── week7 │ │ ├── A.class │ │ ├── AudioBook$EBook.class │ │ ├── AudioBook.class │ │ ├── B.class │ │ ├── Book.class │ │ ├── C.class │ │ ├── ClassA.class │ │ ├── ClassB.class │ │ ├── EducationalInstitution.class │ │ ├── Employee.class │ │ ├── HouseWife.class │ │ ├── InheritanceConcept1.class │ │ ├── InheritanceConcept2.class │ │ ├── InheritanceConcept3.class │ │ ├── InheritanceConcept4.class │ │ ├── InheritanceConcept5.class │ │ ├── LawSchool.class │ │ ├── PaperBackBook.class │ │ ├── QAEngineer.class │ │ ├── SubClass.class │ │ ├── SubClass1.class │ │ ├── SuperClass.class │ │ ├── SuperClass1.class │ │ └── Teacher.class │ ├── week7Lab │ │ ├── Account.class │ │ ├── Main.class │ │ └── create_account.class │ ├── week7Recap │ │ ├── Account.class │ │ ├── CreateAccount.class │ │ ├── Example1.class │ │ ├── Example2.class │ │ ├── Example3.class │ │ ├── Example4.class │ │ ├── Test.class │ │ ├── class1.class │ │ └── class2.class │ ├── week7_1 │ │ ├── ChildClass.class │ │ ├── Circle.class │ │ ├── Example.class │ │ ├── Example1.class │ │ ├── Example2.class │ │ ├── Example3.class │ │ ├── OverridingConcept.class │ │ ├── ParentClass.class │ │ ├── Rectangle.class │ │ ├── Shape.class │ │ ├── Square.class │ │ ├── Student.class │ │ ├── Student1.class │ │ ├── SubClass.class │ │ ├── SuperClass.class │ │ ├── SuperKeywordConcept1.class │ │ ├── SuperKeywordConcept2.class │ │ ├── TestThis7.class │ │ ├── ThisKeywordConcept1.class │ │ ├── ThisKeywordConcept2.class │ │ └── ThisKeywordConcept3.class │ ├── week8 │ │ ├── CatPetGame.class │ │ ├── Employee.class │ │ ├── EmployeeTest.class │ │ ├── GameConsole.class │ │ ├── MyClass.class │ │ ├── MyClass2.class │ │ ├── Question.class │ │ ├── Subclass.class │ │ ├── SuperClass.class │ │ └── Upcasting.class │ ├── week8Abstract │ │ ├── AbstractConcept1.class │ │ ├── AbstractConcept2.class │ │ ├── AbstractConcept3.class │ │ ├── AbstractConcept4.class │ │ ├── Animal.class │ │ ├── ChromeDriver.class │ │ ├── Circle.class │ │ ├── Class1.class │ │ ├── Class2.class │ │ ├── Dog.class │ │ ├── FireFoxDriver.class │ │ ├── OperaDriver.class │ │ ├── RemoteWebDriver.class │ │ ├── RemoteWebdriverTest.class │ │ ├── Shape.class │ │ ├── Square.class │ │ ├── Subclass.class │ │ ├── SuperClass.class │ │ └── SuperClass1.class │ ├── week8Recap │ │ ├── Contract.class │ │ ├── Employee.class │ │ ├── FTEmployee.class │ │ ├── Person.class │ │ ├── SiliconeAccount.class │ │ ├── SiliconeTester.class │ │ └── TestEmployee.class │ ├── week9 │ │ ├── A.class │ │ ├── Abstract1.class │ │ ├── AbstractConcept.class │ │ ├── Animal.class │ │ ├── ICar.class │ │ ├── IInterface.class │ │ ├── IInterface2.class │ │ ├── IMotorcycle.class │ │ ├── IMoveable.class │ │ ├── IVehicle.class │ │ ├── IWithMain.class │ │ ├── Iinterface22.class │ │ ├── InterfaceConcept1.class │ │ ├── InterfaceConcept2.class │ │ ├── InterfaceConcept3.class │ │ ├── InterfaceConcept4.class │ │ ├── InterfaceConcept5.class │ │ ├── InterfacfeConcept6.class │ │ ├── Kawasaki.class │ │ ├── Toyota.class │ │ └── Vehicle.class │ ├── week9Lab │ │ ├── BankAccount.class │ │ ├── CreditCard.class │ │ ├── Euro.class │ │ ├── IBankAccount.class │ │ ├── Lira.class │ │ ├── ListInterfaceExample.class │ │ ├── Main.class │ │ └── Rupee.class │ ├── week9Wednesday │ │ ├── ArrayConcept.class │ │ ├── ArraylistExample.class │ │ ├── ArraylistExample2.class │ │ ├── Company.class │ │ ├── LinkedListConcept.class │ │ ├── ListIteratorConcept.class │ │ └── VectorExample.class │ ├── week_11Recap │ │ ├── AnonymousClass$1.class │ │ ├── AnonymousClass.class │ │ ├── Company.class │ │ ├── Employee.class │ │ ├── Example.class │ │ ├── LambdaExample.class │ │ ├── LambdaExpressions1.class │ │ ├── LambdaWithMap.class │ │ ├── LocalClass.class │ │ ├── LocalClassConcept$1Local.class │ │ ├── LocalClassConcept.class │ │ ├── Main.class │ │ ├── NestedClassConcept.class │ │ ├── OuterName$InnerClass.class │ │ └── OuterName.class │ ├── week_11Wednesday │ │ ├── Aclass.class │ │ ├── FuncInterface.class │ │ ├── FunctINterface2.class │ │ ├── FunctionalInterfac.class │ │ ├── IfStatement.class │ │ ├── LambdaConcept1$1.class │ │ ├── LambdaConcept1.class │ │ ├── Lambda_1.class │ │ ├── Lambda_2Challenge.class │ │ ├── Lambda_3.class │ │ ├── Lambda_4.class │ │ ├── Square.class │ │ ├── SquareRoot.class │ │ ├── Stream_1.class │ │ ├── Subclass.class │ │ └── Visibility.class │ └── week_12Recap │ │ ├── ClassCasting.class │ │ ├── DateExample.class │ │ ├── LocalDateTimeExample.class │ │ ├── SubClass.class │ │ ├── SuperClass.class │ │ └── example.class └── src │ ├── .DS_Store │ ├── Example │ ├── Bos.java │ ├── Main.java │ ├── Main1.java │ ├── Main2.java │ └── Question1.java │ ├── PreBootCamp │ ├── AssignmentOperators.java │ ├── DataTypes.java │ ├── HelloWorld.java │ ├── IfElseConcept.java │ ├── IfElseExamples.java │ ├── LogicalOperators.java │ ├── Main.java │ ├── PreClass3.java │ ├── PreClass5.java │ ├── RelationalOperators.java │ └── h.ucls │ ├── ReviewPackage │ ├── ArrayExample1.java │ ├── ArrayExample2.java │ ├── LoopsExample1.java │ ├── StringBufferBuilder.java │ ├── StringExample.java │ ├── StringExample2.java │ ├── StringExample3.java │ ├── SuperClass.java │ └── SwitchCaseReview.java │ ├── interviewCoding_1 │ ├── AlphabetCheck.java │ ├── ArmstronNumbers.java │ ├── CheckVowelOrConstant.java │ ├── FactorNumbers.java │ ├── FactorNumberss.java │ ├── Factorial.java │ ├── FibonacciNumbers.java │ ├── FindPower.java │ ├── FindTwoMaximumNumbers.java │ ├── ReverseString.java │ ├── StepsNumbers.java │ └── SwapVariables.java │ ├── interviewQuestions │ ├── DuplicateValueInArray.java │ ├── FindLargestAndSmallestinArray.java │ ├── FindMissingNumber.java │ ├── FindPrimeNumber.java │ ├── PalindromeNumber.java │ └── RemoveJunk.java │ ├── java │ └── util │ │ └── StoreData.java │ ├── week1 │ ├── AssignmentOperators.java │ ├── Casting.java │ ├── ConditionalOperator.java │ ├── Configuration.java │ ├── Lab1.java │ ├── LabelledLoop.java │ ├── LogicalOrAnd.java │ ├── RelationalOperators.java │ └── Variables.java │ ├── week10Lab │ ├── Question1.java │ ├── Question2.java │ ├── Question3.java │ ├── Question4.java │ ├── Question8.java │ ├── Question9.java │ └── SetToArray.java │ ├── week10Monday │ ├── ListExample.java │ ├── MapExample.java │ ├── SetExample.java │ └── SetExample1.java │ ├── week10Recap │ ├── Ball_8.java │ ├── CollectionExample2.java │ ├── CollectionExamples.java │ ├── Example.java │ ├── Example2.java │ └── ExceptionRecap1.java │ ├── week10Wednesday │ ├── ExceptionHandlingConcept.java │ ├── ExceptionHandlingConcept1.java │ ├── ExceptionHandlingConcept2.java │ ├── ExceptionHandlingConcept3.java │ ├── ExceptionHandlingConcept4.java │ ├── ExceptionHandlingConcept5.java │ └── ExceptionHandlingConcept6.java │ ├── week11 │ ├── AnonymousClass.java │ ├── Example.java │ ├── Example11.java │ ├── GCConcept.java │ ├── GCConcept2.java │ ├── NestedClassConcept2.java │ ├── NestedClassesConcept.java │ ├── Outer.java │ ├── ParseIntConcept.java │ ├── Q86.java │ ├── TernaryOperator.java │ └── WrapperClassesConcept.java │ ├── week12 │ ├── DateConcept1.java │ ├── DateFormatter.java │ ├── TimeConcept.java │ ├── YearConcept.java │ └── YearMonthConcept.java │ ├── week13Wednesday │ ├── ArrayPrinterGenerics.java │ ├── GenericClasses.java │ ├── GenericClasses2.java │ ├── GenericMethod1.java │ ├── GenericMethod2.java │ ├── InterviewPart2.java │ └── VariableArguments.java │ ├── week2 │ ├── ElseIFBlocks.java │ ├── FizzBuzz.java │ ├── GuessWhat.java │ ├── IfBlocks.java │ ├── IfElseBlocks.java │ ├── ScannerExample.java │ ├── SwitchCase1.java │ ├── SwitchCase2.java │ └── SwitchCaseExample.java │ ├── week2lab │ ├── Lab1.java │ ├── Lab2.java │ ├── Lab3.java │ ├── Lab4.java │ ├── Lab5.java │ ├── Lab6.java │ └── Question.java │ ├── week3 │ ├── ArrayExample.java │ ├── ArrayMethods.java │ ├── Recap.java │ ├── StringExample.java │ ├── StringManipulation.java │ └── StringMethods.java │ ├── week3lab │ ├── Example.java │ ├── Question1.java │ ├── Question2.java │ ├── Question4.java │ ├── Question5.java │ ├── Question6.java │ ├── Question7.java │ ├── Question8.java │ └── Question9.java │ ├── week4 │ ├── BreakStatementExample.java │ ├── ContinueExample.java │ ├── DoWhileLoops.java │ ├── Example.java │ ├── FindingEvenNumbers.java │ ├── FindingSumOfArrayElements.java │ ├── ForLoopExamples.java │ ├── NestedForLoops.java │ ├── NumberTriangle.java │ ├── Recab1.java │ ├── Recab2.java │ ├── ShortestLongestWordInArray.java │ ├── Stairs.java │ ├── TwoDimensionalArrays.java │ └── WhileLoopConcept.java │ ├── week5 │ ├── AccessModifiers.java │ ├── AccessModifiers2.java │ ├── Example.java │ ├── MethodConcept1.java │ ├── MethodConcept2.java │ ├── MethodConcept3.java │ ├── MethodConcept4.java │ ├── NonVoidMethods1.java │ ├── Recab1.java │ ├── Recab2.java │ └── StaticMethods.java │ ├── week5Lab │ ├── Example.java │ ├── Question1.java │ ├── Question2.java │ ├── Question3.java │ ├── Question4.java │ ├── Question5.java │ ├── Question6.java │ └── Question7.java │ ├── week6 │ ├── Animal.java │ ├── AnimalTest.java │ ├── Book.java │ ├── Car.java │ ├── CellPhone.java │ ├── ClassConcept.java │ ├── InitializingObject.java │ ├── Pencil.java │ ├── Person.java │ ├── Rectangle.java │ ├── Teacher.java │ ├── TeacherTest.java │ ├── YoutubePage.java │ └── YoutubeVideoPage.java │ ├── week6Recap │ ├── Animal.java │ ├── AnimalTest.java │ ├── BankAccount.java │ ├── Example.java │ ├── Example1.java │ ├── Person.java │ ├── StaticExample.java │ └── StaticExample1.java │ ├── week6a │ ├── BarberShop.java │ ├── Computer.java │ ├── ComputerTest.java │ ├── Declare.java │ ├── JavaClassroom.java │ ├── ObjectConcept.java │ └── StaticExample.java │ ├── week7 │ ├── ClassA.java │ ├── EducationalInstitution.java │ ├── InheritanceConcept1.java │ ├── InheritanceConcept2.java │ ├── InheritanceConcept3.java │ ├── InheritanceConcept4.java │ └── InheritanceConcept5.java │ ├── week7Lab │ ├── Account.java │ ├── Main.java │ └── create_account.java │ ├── week7Recap │ ├── Example1.java │ ├── Example2.java │ ├── Example3.java │ └── Example4.java │ ├── week7_1 │ ├── Example.java │ ├── OverridingConcept.java │ ├── SuperKeywordConcept1.java │ ├── SuperKeywordConcept2.java │ ├── ThisKeywordConcept1.java │ ├── ThisKeywordConcept2.java │ └── ThisKeywordConcept3.java │ ├── week8 │ ├── CatPetGame.java │ ├── Employee.java │ ├── EmployeeTest.java │ ├── GameConsole.java │ ├── MyClass.java │ ├── MyClass2.java │ ├── Question.java │ └── Upcasting.java │ ├── week8Abstract │ ├── AbstractConcept1.java │ ├── AbstractConcept2.java │ ├── AbstractConcept3.java │ ├── AbstractConcept4.java │ ├── Dog.java │ ├── RemoteWebDriver.java │ └── RemoteWebdriverTest.java │ ├── week8Recap │ ├── Person.java │ ├── SiliconeAccount.java │ ├── SiliconeTester.java │ └── TestEmployee.java │ ├── week9 │ ├── AbstractConcept.java │ ├── InterfaceConcept1.java │ ├── InterfaceConcept2.java │ ├── InterfaceConcept3.java │ ├── InterfaceConcept4.java │ ├── InterfaceConcept5.java │ └── InterfacfeConcept6.java │ ├── week9Lab │ ├── CreditCard.java │ ├── ListInterfaceExample.java │ ├── Main.java │ └── UML.ucls │ ├── week9Wednesday │ ├── ArrayConcept.java │ ├── ArraylistExample.java │ ├── ArraylistExample2.java │ ├── Company.java │ ├── Example.java │ ├── LinkedListConcept.java │ ├── ListIteratorConcept.java │ └── VectorExample.java │ ├── week_11Recap │ ├── AnonymousClass.java │ ├── Company.java │ ├── Employee.java │ ├── LambdaExpressions1.java │ ├── LambdaWithMap.java │ ├── LocalClass.java │ ├── Main.java │ └── NestedClassConcept.java │ ├── week_11Wednesday │ ├── IfStatement.java │ ├── LambdaConcept1.java │ ├── Lambda_1.java │ ├── Lambda_2Challenge.java │ ├── Lambda_3.java │ ├── Lambda_4.java │ ├── Stream_1.java │ └── Visibility.java │ └── week_12Recap │ ├── ClassCasting.java │ ├── DateExample.java │ ├── DrinkVendingMachine.java │ ├── LocalDateTimeExample.java │ └── example.java ├── LectureC5 ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── bin │ ├── preBootCamp │ │ ├── Class2_Review.class │ │ ├── Class3_Variables.class │ │ ├── Class4_Variables.class │ │ ├── Class6_PreReview.class │ │ ├── Class7_1AssignmentOperators.class │ │ ├── Class_1.class │ │ ├── Class_1_Variable.class │ │ ├── Class_5.class │ │ ├── Class_6_LogicalOperators.class │ │ ├── Class_6_Review.class │ │ ├── Class_7_IfBlocks.class │ │ ├── Class_8_IfBlock.class │ │ ├── Class_8_IfElseBlocks.class │ │ ├── Class_ArithmeticOperators.class │ │ ├── Example.class │ │ ├── Examplee.class │ │ ├── RelationalOperators.class │ │ └── TestNG.class │ └── replItSolutions │ │ ├── Assignment_069.class │ │ ├── Card.class │ │ ├── Deck.class │ │ └── Example.class └── src │ ├── preBootCamp │ ├── Class2_Review.java │ ├── Class3_Variables.java │ ├── Class4_Variables.java │ ├── Class6_PreReview.java │ ├── Class7_1AssignmentOperators.java │ ├── Class_1.java │ ├── Class_1_Variable.java │ ├── Class_5.java │ ├── Class_6_LogicalOperators.java │ ├── Class_6_Review.java │ ├── Class_7_IfBlocks.java │ ├── Class_8_IfBlock.java │ ├── Class_8_IfElseBlocks.java │ ├── Class_ArithmeticOperators.java │ ├── Example.java │ ├── Examplee.java │ ├── RelationalOperators.java │ └── TestNG.java │ └── replItSolutions │ ├── Assignment_069.java │ └── Example.java └── Lectures ├── .classpath ├── .gitignore ├── .project ├── .settings └── org.eclipse.jdt.core.prefs └── src ├── Lab7 └── Main.java ├── Lab9 ├── CreditCard.java ├── Example.java ├── Question1.java ├── Question10.java ├── Question12.java ├── Question2.java ├── Question4.java ├── Question5.java ├── Question6.java ├── Question7.java └── Question9.java ├── bankAccountProject ├── Account1.java ├── Main.java └── uml.ucls ├── dateTime ├── DateConcept.java ├── DateTimeFormatting.java ├── DateTimeParsing.java ├── Example.java ├── PeriodAndDuration.java ├── TimeConcept.java └── ZoneDateTimeTest.java ├── dateTime_2 └── ClockExample.java ├── interfaceConcept ├── InterfaceConcept.java ├── InterfaceConcept1.java ├── InterfaceConcept2.java └── InterfaceConcept3.java ├── lambdaExpressions ├── LabdaConcept1.java ├── Lambda_2.java ├── Lambda_3.java ├── Lambda_4.java ├── Lambda_5.java ├── Stream_1.java └── Stream_2.java ├── week1 ├── MyClass.java └── MyClass2.java ├── week10 ├── ArraylistExample.java ├── Example.java ├── ExceptionHandlingConcept.java ├── ExceptionHandlingConcept1.java ├── ExceptionHandlingConcept2.java ├── ExceptionHandlingConcept3.java ├── ExceptionHandlingConcept4.java ├── ExceptionHandlingConcept5.java ├── ExceptionHandlingConcept6.java ├── Group1.java ├── Group2.java ├── Group2_1.java ├── Group3.java ├── Group31.java ├── HashMapExample.java ├── HashSetExample.java ├── LinkedHashSetExample.java ├── LinkedListExample.java ├── PriorityQueueExample.java ├── TreeSetExample.java └── uml.ucls ├── week10Lab ├── Example.java ├── Question1.java ├── Question2.java ├── Question5.java ├── Question6.java ├── Question7.java └── Question8.java ├── week11 ├── A09ElectricAccount.java ├── AnonymousClasses.java ├── BoxingUnboxing.java ├── Example.java ├── GarbageCollectionConcept.java ├── Group3.java ├── Outer.java ├── Outer1.java ├── OuterClass.java ├── OuterClass1.java ├── StaticMethod.java └── TernaryConcept.java ├── week11Lab └── Question37.java ├── week1Lab └── Lab1.java ├── week2 ├── StringMethods.java ├── StringMethods2.java └── bosisler.java ├── week3 ├── ConditionalDecMak2.java ├── Loops.java └── WhiteBoard.java ├── week3Lab ├── Question1.java ├── Question2.java ├── Question3.java ├── Question4.java ├── Question5.java ├── Question6.java └── Question7.java ├── week4 ├── Dashboard.java ├── Lab4.java ├── Methods.java ├── MethodsExplained.java ├── MethodsExplained2.java ├── ReviewQuestions.java ├── SmallGroup.java ├── SmallGroup2.java ├── WhiteBoard.java └── bosisler.java ├── week41 └── WhiteBoard.java ├── week5 ├── BankAccount.java ├── BankAccountRuner.java ├── Cat.java ├── Dashboard.java ├── Dashboard1.java ├── Dog.java ├── Lab5.java ├── OOP.java ├── OOP1.java ├── Personn.java ├── Rectangle.java ├── SmallGroup.java ├── Tuesday.java ├── Tuesday1.java └── YoutubeVideoPage.java ├── week6 ├── AmazonBookStore.java ├── Animal.java ├── BankAccount.java ├── BankAccount1.java ├── BankAccountRunner.java ├── CellPhone.java ├── CellPhoneTest.java ├── Class1.java ├── Class2.java ├── Customer.java ├── Declare.java ├── Employee.java ├── Employee1.java ├── EmployeeTest.java ├── FlightTicketMachine.java ├── Group2.java ├── Initializing.java ├── Person.java ├── PersonTest.java ├── Questions.java ├── Rectangle.java ├── RectangleDemo.java ├── RetailItem.java ├── SmallGroup3.java ├── StaticBlocks.java ├── StaticEx.java ├── Student.java └── Temperature.java ├── week7 ├── Account.java ├── AmazonBookStore.java ├── Block.java ├── Blocks.java ├── Constructorr.java ├── Employee.java ├── Group2.java ├── MultiLevelInheritance.java ├── Reference.java ├── Runner.java ├── Super.java ├── Vehicle.java └── one.java ├── week71 ├── Account.java ├── MomShopping.java ├── Shape.java └── Tester.java ├── week7_1 ├── SuperKeywordConcept.java ├── SuperKeywordConcept1.java ├── SuperKeywordConcept2.java ├── ThisKeywordConcept.java ├── ThisKeywordConcept2.java └── ThisKeywordConcept3.java ├── week8 ├── Abstract1.java ├── Abstract1_Tester.java ├── Abstract2.java ├── Abstract2_Tester.java ├── Book.java ├── Encapsulation.java ├── Inheritance1.java ├── Library.java ├── Person.java ├── RunEncapsulation.java ├── Tester.java ├── Tester1.java ├── account.java └── myQuestions2.java ├── week81 ├── Abstract3_Car.java ├── Abstract3_Ford.java ├── Abstract3_Mercedes.java ├── Abstract3_Tester.java ├── Abstract3_UserScreen.java ├── Abstract4.java ├── Abstract5.java └── UML.ucls └── week9 ├── ClassA.java ├── Demo.java ├── Main.java ├── Main1.java ├── Solution.java ├── TestClass.java ├── Tester.java ├── Tester1.java └── Vehicle.java /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/.DS_Store -------------------------------------------------------------------------------- /Cohort5/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/Cohort5/.DS_Store -------------------------------------------------------------------------------- /Cohort5/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Cohort5/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /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/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/Cohort5/src/.DS_Store -------------------------------------------------------------------------------- /Cohort5/src/week1Tuesday/ConditionalOperator.java: -------------------------------------------------------------------------------- 1 | package week1Tuesday; 2 | 3 | public class ConditionalOperator { 4 | 5 | public static void main(String[] args) { 6 | 7 | int num1, num2; 8 | num1 = 10; 9 | //condition : true - false 10 | num2 = (num1 > 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/week1Tuesday/MYCLASS.java: -------------------------------------------------------------------------------- 1 | package week1Tuesday; 2 | 3 | public @interface MYCLASS { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /Cohort5/src/week2Tuesday/Week2.java: -------------------------------------------------------------------------------- 1 | package week2Tuesday; 2 | 3 | public class Week2 { 4 | 5 | public static void main(String[] args) { 6 | 7 | boolean variable = true; 8 | 9 | if(!variable){ 10 | System.out.println("Hello World"); 11 | } 12 | else if(!true){ 13 | System.out.println("Else if block"); 14 | } 15 | else { 16 | System.out.println("Silicone Labs"); 17 | } 18 | 19 | 20 | 21 | } 22 | 23 | } 24 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/week3Tuesday/Array2Dime.java: -------------------------------------------------------------------------------- 1 | package week3Tuesday; 2 | 3 | import java.util.Arrays; 4 | 5 | public class Array2Dime { 6 | 7 | public static void main(String[] args) { 8 | 9 | 10 | 11 | int [][]x = {{1,2},{2,9},{3,8},{4,7,8}}; 12 | System.out.println(Arrays.deepToString(x)); 13 | 14 | for (int[] is : x) { 15 | for (int i : is) { 16 | System.out.println(i); 17 | } 18 | } 19 | 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Cohort5/src/week5Tuesday/ClassInDifferentPackage.java: -------------------------------------------------------------------------------- 1 | package week5Tuesday; 2 | 3 | public class ClassInDifferentPackage { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | void method1(){ 10 | System.out.println("1"); 11 | } 12 | 13 | public static void method2(){ 14 | System.out.println("2"); 15 | } 16 | 17 | public void method3(){ 18 | System.out.println("3"); 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Cohort5/src/week_11Thursday/Main.java: -------------------------------------------------------------------------------- 1 | package week_11Thursday; 2 | 3 | 4 | import java.util.Arrays; 5 | import java.util.Scanner; 6 | 7 | 8 | public class Main { 9 | // Vargs : Variable arguments 10 | static void method(int ...a){ 11 | System.out.println(Arrays.toString(a)); 12 | } 13 | 14 | public static void main(String[] args) { 15 | method(9); 16 | method(9,5,6,7,8); 17 | method(); 18 | 19 | 20 | } 21 | 22 | } -------------------------------------------------------------------------------- /Cohort5/src/week_11Tuesday/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/Cohort5/src/week_11Tuesday/Example.class -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Cohort5/src/week_11Tuesday/Example1.java: -------------------------------------------------------------------------------- 1 | package week_11Tuesday; 2 | 3 | public class Example1 { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /EuropeanClasses/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/EuropeanClasses/.DS_Store -------------------------------------------------------------------------------- /EuropeanClasses/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /EuropeanClasses/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /EuropeanClasses/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/EuropeanClasses/src/.DS_Store -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /EuropeanClasses/src/week4Tuesday/Example.java: -------------------------------------------------------------------------------- 1 | package week4Tuesday; 2 | 3 | import java.io.IOException; 4 | 5 | public class Example { 6 | 7 | public static void main(String[] args) throws IOException { 8 | Process p = new ProcessBuilder("open", 9 | "/Users/siliconelabs/Documents/The Following " 10 | + "Program computes and prints out the average " 11 | + "integers from 1 to 10.docx").start(); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /EuropeanClasses/src/week6Tuesday/A.java: -------------------------------------------------------------------------------- 1 | package week6Tuesday; 2 | 3 | public class A { 4 | public int a; 5 | } 6 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /FirstProject/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /FirstProject/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Car.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Customer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Customer.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Earth.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Earth.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/ElectricAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/ElectricAccount.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Planet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Planet.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Product.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Product.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question1.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question10.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question10.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question2.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question3.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question4.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question5.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question6.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question7.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question8.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Question9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Question9.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/Vehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/Vehicle.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April13_10Questions/X.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April13_10Questions/X.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/CD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/CD.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/CheckingAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/CheckingAccount.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/DVD.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/DVD.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question12.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question12.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question14.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question14.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question15.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question15.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question16.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question16.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question17.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question17.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question18.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question18.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Question20.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Question20.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Book.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Ebook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Readable$Ebook.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April14_10Quetions/Readable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April14_10Quetions/Readable.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/A.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/B.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question21.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question21.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question22.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question22.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question23.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question23.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question24.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question24.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question25.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question25.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question26.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question26.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question27.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question27.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question28.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question28.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question29.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question29.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April15/Question30.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April15/Question30.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question31.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April16/Question31.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question35.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April16/Question35.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question36.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April16/Question36.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question37.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April16/Question37.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question39.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April16/Question39.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April16/Question40.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April16/Question40.class -------------------------------------------------------------------------------- /JavaSEQuestions1-40/bin/April17/Question41.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/JavaSEQuestions1-40/bin/April17/Question41.class -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | } -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /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/bin/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/.DS_Store -------------------------------------------------------------------------------- /LectureB4/bin/.gitignore: -------------------------------------------------------------------------------- 1 | /week9/ 2 | /week9Lab/ 3 | /week9Wednesday/ 4 | /week_11Recap/ 5 | /week_11Wednesday/ 6 | /week_12Recap/ 7 | /week8/ 8 | -------------------------------------------------------------------------------- /LectureB4/bin/Example/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/A.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/B.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Bos.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/Bos.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Main1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/Main1.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Main2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/Main2.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/MyThread1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/MyThread1.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/MyThread2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/MyThread2.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/Example/Table.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/Example/Table.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/A.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/AssignmentOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/AssignmentOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/DataTypes.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/DataTypes.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/HelloWorld.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/HelloWorld.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/IfElseConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/IfElseConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/IfElseExamples.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/IfElseExamples.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/LogicalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/LogicalOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/PreClass3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/PreClass3.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/PreClass5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/PreClass5.class -------------------------------------------------------------------------------- /LectureB4/bin/PreBootCamp/RelationalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/PreBootCamp/RelationalOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/ArrayExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/ArrayExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/ArrayExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/ArrayExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/LoopsExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/LoopsExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringBufferBuilder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/StringBufferBuilder.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/StringExample.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/StringExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/StringExample3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/StringExample3.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/ReviewPackage/SwitchCaseReview.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/ReviewPackage/SwitchCaseReview.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/AlphabetCheck.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/AlphabetCheck.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/ArmstronNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/ArmstronNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/CheckVowelOrConstant.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/CheckVowelOrConstant.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FactorNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/FactorNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FactorNumberss.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/FactorNumberss.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/Factorial.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/Factorial.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FibonacciNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/FibonacciNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FindPower.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/FindPower.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/FindTwoMaximumNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/FindTwoMaximumNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/ReverseString.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/ReverseString.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/StepsNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/StepsNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewCoding_1/SwapVariables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewCoding_1/SwapVariables.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/DuplicateValueInArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewQuestions/DuplicateValueInArray.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/FindLargestAndSmallestinArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewQuestions/FindLargestAndSmallestinArray.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/FindMissingNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewQuestions/FindMissingNumber.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/FindPrimeNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewQuestions/FindPrimeNumber.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/PalindromeNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewQuestions/PalindromeNumber.class -------------------------------------------------------------------------------- /LectureB4/bin/interviewQuestions/RemoveJunk.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/interviewQuestions/RemoveJunk.class -------------------------------------------------------------------------------- /LectureB4/bin/java/util/StoreData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/java/util/StoreData.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/AssignmentOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/AssignmentOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Casting.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/Casting.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/ConditionalOperator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/ConditionalOperator.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Configuration.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/Configuration.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Lab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/Lab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/LabelledLoop.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/LabelledLoop.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/LogicalOrAnd.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/LogicalOrAnd.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/RelationalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/RelationalOperators.class -------------------------------------------------------------------------------- /LectureB4/bin/week1/Variables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week1/Variables.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/App.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/App.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Question2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Question3.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Question4.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Question8.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Question9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Question9.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/SetToArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/SetToArray.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/Test.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/Test.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Lab/X.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Lab/X.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/ListExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Monday/ListExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/MapExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Monday/MapExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/SetExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Monday/SetExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Monday/SetExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Monday/SetExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Answers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/Answers.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Ball_8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/Ball_8.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/CollectionExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/CollectionExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/CollectionExamples.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/CollectionExamples.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/DrawBall.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/DrawBall.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/Example2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/Example2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Recap/ExceptionRecap1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Recap/ExceptionRecap1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept5.class -------------------------------------------------------------------------------- /LectureB4/bin/week10Wednesday/ExceptionHandlingConcept6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week10Wednesday/ExceptionHandlingConcept6.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/A.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/AnonymousClass$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/AnonymousClass$1.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/AnonymousClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/AnonymousClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/B.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Cat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Cat.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Dog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Dog.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Example11$cl.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Example11$cl.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Example11.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Example11.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/GCConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/GCConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/GCConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/GCConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/IPhone.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/IPhone.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/NestedClassConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/NestedClassConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/NestedClassesConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/NestedClassesConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Outer$1Local.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Outer$1Local.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Outer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Outer.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass$InnerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/OuterClass$InnerClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/OuterClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass1$InnerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/OuterClass1$InnerClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/OuterClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/OuterClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/ParseIntConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/ParseIntConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/Q86.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/Q86.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/TernaryOperator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/TernaryOperator.class -------------------------------------------------------------------------------- /LectureB4/bin/week11/WrapperClassesConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week11/WrapperClassesConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/DateConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week12/DateConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/DateFormatter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week12/DateFormatter.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/TimeConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week12/TimeConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/YearConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week12/YearConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week12/YearMonthConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week12/YearMonthConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/ArrayPrinterGenerics.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/ArrayPrinterGenerics.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericClasses.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/GenericClasses.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericClasses2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/GenericClasses2.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericMethod1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/GenericMethod1.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/GenericMethod2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/GenericMethod2.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/InterviewPart2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/InterviewPart2.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/Lister.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/Lister.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/TwoValue.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/TwoValue.class -------------------------------------------------------------------------------- /LectureB4/bin/week13Wednesday/VariableArguments.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week13Wednesday/VariableArguments.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/ElseIFBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/ElseIFBlocks.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/FizzBuzz.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/FizzBuzz.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/GuessWhat.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/GuessWhat.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/IfBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/IfBlocks.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/IfElseBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/IfElseBlocks.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/ScannerExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/ScannerExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/SwitchCase1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/SwitchCase1.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/SwitchCase2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/SwitchCase2.class -------------------------------------------------------------------------------- /LectureB4/bin/week2/SwitchCaseExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2/SwitchCaseExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Lab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Lab2.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Lab3.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Lab4.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Lab5.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Lab6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Lab6.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/Question.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/Question.class -------------------------------------------------------------------------------- /LectureB4/bin/week2lab/student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week2lab/student.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/ArrayExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3/ArrayExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/ArrayMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3/ArrayMethods.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/Recap.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3/Recap.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/StringExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3/StringExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/StringManipulation.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3/StringManipulation.class -------------------------------------------------------------------------------- /LectureB4/bin/week3/StringMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3/StringMethods.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question2.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question4.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question5.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question6.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question7.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question8.class -------------------------------------------------------------------------------- /LectureB4/bin/week3lab/Question9.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week3lab/Question9.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/BreakStatementExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/BreakStatementExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/ContinueExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/ContinueExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/DoWhileLoops.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/DoWhileLoops.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/FindingEvenNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/FindingEvenNumbers.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/FindingSumOfArrayElements.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/FindingSumOfArrayElements.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/ForLoopExamples.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/ForLoopExamples.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/NestedForLoops.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/NestedForLoops.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/NumberTriangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/NumberTriangle.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Recab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/Recab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Recab2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/Recab2.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/ShortestLongestWordInArray.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/ShortestLongestWordInArray.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/Stairs.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/Stairs.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/TwoDimensionalArrays.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/TwoDimensionalArrays.class -------------------------------------------------------------------------------- /LectureB4/bin/week4/WhileLoopConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week4/WhileLoopConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/AccessModifiers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/AccessModifiers.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/AccessModifiers2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/AccessModifiers2.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/MethodConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/MethodConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/MethodConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/MethodConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/MethodConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/NonVoidMethods1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/NonVoidMethods1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/Recab1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/Recab1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/Recab2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/Recab2.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/SecondClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/SecondClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week5/StaticMethods.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5/StaticMethods.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question1.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question2.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question3.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question4.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question5.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question6.class -------------------------------------------------------------------------------- /LectureB4/bin/week5Lab/Question7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week5Lab/Question7.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/AnimalTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/AnimalTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Book.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Car.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/CellPhone.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/CellPhone.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/ClassConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/ClassConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/InitializingObject.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/InitializingObject.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Pencil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Pencil.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Person.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Rectangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Rectangle.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/Teacher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/Teacher.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/TeacherTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/TeacherTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/YoutubePage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/YoutubePage.class -------------------------------------------------------------------------------- /LectureB4/bin/week6/YoutubeVideoPage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6/YoutubeVideoPage.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/AnimalTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/AnimalTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/BankAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/BankAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Example1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/Example1.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/Person.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/StaticExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/StaticExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week6Recap/StaticExample1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6Recap/StaticExample1.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/BarberShop.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/BarberShop.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/Computer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/Computer.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/ComputerTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/ComputerTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/Declare.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/Declare.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/JavaClassroom.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/JavaClassroom.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/ObjectConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/ObjectConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week6a/StaticExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week6a/StaticExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/A.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/AudioBook$EBook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/AudioBook$EBook.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/AudioBook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/AudioBook.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/B.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/B.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/Book.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/C.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/C.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/ClassA.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/ClassA.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/ClassB.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/ClassB.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/EducationalInstitution.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/EducationalInstitution.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/HouseWife.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/HouseWife.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/InheritanceConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/InheritanceConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/InheritanceConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/InheritanceConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/InheritanceConcept5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/InheritanceConcept5.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/LawSchool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/LawSchool.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/PaperBackBook.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/PaperBackBook.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/QAEngineer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/QAEngineer.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SubClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/SubClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SubClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/SubClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/SuperClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/SuperClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7/Teacher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7/Teacher.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Lab/Account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Lab/Account.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Lab/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Lab/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Lab/create_account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Lab/create_account.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/Account.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/CreateAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/CreateAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/Example1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/Example2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/Example3.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Example4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/Example4.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/Test.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/Test.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/class1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/class1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7Recap/class2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7Recap/class2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ChildClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/ChildClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Circle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Circle.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Example1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Example2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Example3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Example3.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/OverridingConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/OverridingConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ParentClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/ParentClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Rectangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Rectangle.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Shape.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Shape.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Square.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Student.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/Student1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/Student1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SubClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/SubClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SuperKeywordConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/SuperKeywordConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/SuperKeywordConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/SuperKeywordConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/TestThis7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/TestThis7.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ThisKeywordConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/ThisKeywordConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ThisKeywordConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/ThisKeywordConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week7_1/ThisKeywordConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week7_1/ThisKeywordConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/CatPetGame.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/CatPetGame.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/EmployeeTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/EmployeeTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/GameConsole.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/GameConsole.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/MyClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/MyClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/MyClass2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/MyClass2.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Question.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/Question.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Subclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/Subclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8/Upcasting.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8/Upcasting.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/AbstractConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/AbstractConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/AbstractConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/AbstractConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/AbstractConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/ChromeDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/ChromeDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Circle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Circle.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Class1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Class1.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Class2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Class2.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Dog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Dog.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/FireFoxDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/FireFoxDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/OperaDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/OperaDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/RemoteWebDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/RemoteWebDriver.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/RemoteWebdriverTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/RemoteWebdriverTest.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Shape.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Shape.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Square.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/Subclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/Subclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Abstract/SuperClass1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Abstract/SuperClass1.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/Contract.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/Contract.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/FTEmployee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/FTEmployee.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/Person.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/Person.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/SiliconeAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/SiliconeAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/SiliconeTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/SiliconeTester.class -------------------------------------------------------------------------------- /LectureB4/bin/week8Recap/TestEmployee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week8Recap/TestEmployee.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/A.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/A.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Abstract1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/Abstract1.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/AbstractConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/AbstractConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Animal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/Animal.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/ICar.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/ICar.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IInterface.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/IInterface.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IInterface2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/IInterface2.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IMotorcycle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/IMotorcycle.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IMoveable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/IMoveable.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IVehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/IVehicle.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/IWithMain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/IWithMain.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Iinterface22.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/Iinterface22.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/InterfaceConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/InterfaceConcept2.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/InterfaceConcept3.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/InterfaceConcept4.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfaceConcept5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/InterfaceConcept5.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/InterfacfeConcept6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/InterfacfeConcept6.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Kawasaki.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/Kawasaki.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Toyota.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/Toyota.class -------------------------------------------------------------------------------- /LectureB4/bin/week9/Vehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9/Vehicle.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/BankAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/BankAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/CreditCard.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/CreditCard.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Euro.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/Euro.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/IBankAccount.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/IBankAccount.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Lira.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/Lira.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/ListInterfaceExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/ListInterfaceExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Lab/Rupee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Lab/Rupee.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ArrayConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/ArrayConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ArraylistExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/ArraylistExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ArraylistExample2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/ArraylistExample2.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/Company.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/Company.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/LinkedListConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/LinkedListConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/ListIteratorConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/ListIteratorConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week9Wednesday/VectorExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week9Wednesday/VectorExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/AnonymousClass$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/AnonymousClass$1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/AnonymousClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/AnonymousClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Company.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/Company.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Employee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/Employee.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/Example.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LambdaExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/LambdaExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LambdaExpressions1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/LambdaExpressions1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LambdaWithMap.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/LambdaWithMap.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LocalClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/LocalClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LocalClassConcept$1Local.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/LocalClassConcept$1Local.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/LocalClassConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/LocalClassConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/Main.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/NestedClassConcept.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/NestedClassConcept.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/OuterName$InnerClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/OuterName$InnerClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Recap/OuterName.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Recap/OuterName.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Aclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Aclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/FuncInterface.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/FuncInterface.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/FunctINterface2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/FunctINterface2.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/FunctionalInterfac.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/FunctionalInterfac.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/IfStatement.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/IfStatement.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/LambdaConcept1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/LambdaConcept1$1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/LambdaConcept1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/LambdaConcept1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Lambda_1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_2Challenge.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Lambda_2Challenge.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Lambda_3.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Lambda_4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Lambda_4.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Square.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Square.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/SquareRoot.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/SquareRoot.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Stream_1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Stream_1.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Subclass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Subclass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_11Wednesday/Visibility.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_11Wednesday/Visibility.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/ClassCasting.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_12Recap/ClassCasting.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/DateExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_12Recap/DateExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/LocalDateTimeExample.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_12Recap/LocalDateTimeExample.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/SubClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_12Recap/SubClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/SuperClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_12Recap/SuperClass.class -------------------------------------------------------------------------------- /LectureB4/bin/week_12Recap/example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/bin/week_12Recap/example.class -------------------------------------------------------------------------------- /LectureB4/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/src/.DS_Store -------------------------------------------------------------------------------- /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/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/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/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 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | } -------------------------------------------------------------------------------- /LectureB4/src/interviewCoding_1/FactorNumbers.java: -------------------------------------------------------------------------------- 1 | package interviewCoding_1; 2 | 3 | public class FactorNumbers { 4 | 5 | public static void main(String[] args) { 6 | // Find the factors of the integer 7 | 8 | int num = 17; //{1,2,4} 9 | 10 | 11 | for (int i = 1; i <= num; i++) { 12 | if (num%i==0) { 13 | System.out.print(i + " "); 14 | } 15 | } 16 | 17 | 18 | 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/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/week1/Configuration.java: -------------------------------------------------------------------------------- 1 | package week1; 2 | 3 | public class Configuration { 4 | 5 | public static void main(String[] args) { 6 | 7 | } 8 | 9 | } 10 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/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/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/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 nameList; 8 | 9 | public Employee() { 10 | nameList=new ArrayList<>(); 11 | } 12 | 13 | void methodAddName(String name){ 14 | nameList.add(name); 15 | } 16 | 17 | } 18 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /LectureB4/src/week_12Recap/DrinkVendingMachine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureB4/src/week_12Recap/DrinkVendingMachine.java -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /LectureC5/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class2_Review.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class2_Review.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class3_Variables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class3_Variables.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class4_Variables.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class4_Variables.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class6_PreReview.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class6_PreReview.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class7_1AssignmentOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class7_1AssignmentOperators.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_1.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_1_Variable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_1_Variable.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_5.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_6_LogicalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_6_LogicalOperators.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_6_Review.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_6_Review.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_7_IfBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_7_IfBlocks.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_8_IfBlock.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_8_IfBlock.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_8_IfElseBlocks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_8_IfElseBlocks.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Class_ArithmeticOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Class_ArithmeticOperators.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Example.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/Examplee.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/Examplee.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/RelationalOperators.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/RelationalOperators.class -------------------------------------------------------------------------------- /LectureC5/bin/preBootCamp/TestNG.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/preBootCamp/TestNG.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Assignment_069.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/replItSolutions/Assignment_069.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Card.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/replItSolutions/Card.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Deck.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/replItSolutions/Deck.class -------------------------------------------------------------------------------- /LectureC5/bin/replItSolutions/Example.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmetcturk/javaCodes/9aec1622000a930681f41753c2ce11d4480b9ce3/LectureC5/bin/replItSolutions/Example.class -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /LectureC5/src/preBootCamp/TestNG.java: -------------------------------------------------------------------------------- 1 | package preBootCamp; 2 | 3 | public class TestNG { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /Lectures/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Lectures/.gitignore: -------------------------------------------------------------------------------- 1 | /bin/ 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/Lab9/Question5.java: -------------------------------------------------------------------------------- 1 | package Lab9; 2 | 3 | 4 | 5 | interface A2 6 | { 7 | int i = 111; 8 | } 9 | class B1 implements A2 10 | { 11 | void methodB() 12 | { 13 | // i = 222; // i is final by default 14 | } 15 | } 16 | 17 | public class Question5 { 18 | 19 | public static void main(String[] args) { 20 | // TODO Auto-generated method stub 21 | 22 | } 23 | 24 | } 25 | -------------------------------------------------------------------------------- /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/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/dateTime/TimeConcept.java: -------------------------------------------------------------------------------- 1 | package dateTime; 2 | 3 | import java.time.LocalTime; 4 | 5 | public class TimeConcept { 6 | 7 | public static void main(String[] args) { 8 | 9 | LocalTime time = LocalTime.now(); 10 | // Time now 11 | System.out.println("Now time is : " + time); 12 | // Add an hour to our current time 13 | System.out.println("Meeting in next hour : " + time.plusHours(1)); 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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/week10Lab/Question1.java: -------------------------------------------------------------------------------- 1 | package week10Lab; 2 | 3 | import java.io.IOException; 4 | 5 | 6 | 7 | class X { 8 | public void printFileContent() throws IOException{ 9 | throw new IOException("exception"); 10 | } 11 | } 12 | 13 | public class Question1 { 14 | 15 | public static void main(String[] args) throws IOException { 16 | X xobj = new X(); 17 | xobj.printFileContent(); 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /Lectures/src/week10Lab/Question6.java: -------------------------------------------------------------------------------- 1 | package week10Lab; 2 | 3 | public class Question6 { 4 | 5 | public static void main(String[] args) { 6 | // TODO Auto-generated method stub 7 | try { 8 | int num = 10; 9 | int div = 0; 10 | int ans = num / div; 11 | } catch (Exception e) { 12 | // TODO Auto-generated catch block 13 | // ans = 0; 14 | } 15 | //System.out.println(ans); 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Lectures/src/week4/Dashboard.java: -------------------------------------------------------------------------------- 1 | package week4; 2 | 3 | 4 | public class Dashboard { 5 | 6 | public static void main(String[] args) { 7 | // TODO Auto-generated method stub 8 | MethodsExplained obj = new MethodsExplained(); 9 | obj.method1(); 10 | MethodsExplained.method2(); // this is static way of calling method 11 | MethodsExplained.method3(); // call static way 12 | obj.method4(); 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /Lectures/src/week5/BankAccount.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class BankAccount { 4 | public String accountNumber; 5 | public double balance; 6 | public String customerName; 7 | public String phoneNumber; 8 | 9 | public void withdrawMoney(double amount){ 10 | balance = balance - amount; // balance -=amount 11 | } 12 | public void depositMoney(double amount){ 13 | balance = balance + amount; 14 | } 15 | 16 | 17 | } 18 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | } -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/week5/OOP1.java: -------------------------------------------------------------------------------- 1 | package week5; 2 | 3 | public class OOP1 { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/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/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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Lectures/src/week8/Abstract1_Tester.java: -------------------------------------------------------------------------------- 1 | package week8; 2 | 3 | public class Abstract1_Tester { 4 | 5 | public static void main(String[] args) { 6 | Square sObj = new Square(6, 6); 7 | Rectangle rObject = new Rectangle(10, 5); 8 | Circle cObject = new Circle(4); 9 | 10 | System.out.println(sObj.area()); 11 | System.out.println(rObject.area()); 12 | System.out.println(cObject.area()); 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Lectures/src/week81/Abstract3_Ford.java: -------------------------------------------------------------------------------- 1 | package week81; 2 | 3 | public class Abstract3_Ford extends Abstract3_Car { 4 | private int maxSpeed; 5 | 6 | public Abstract3_Ford() { 7 | 8 | } 9 | 10 | public int getMaxSpeed() { 11 | return maxSpeed; 12 | } 13 | 14 | public void setMaxSpeed(int maxSpeed) { 15 | this.maxSpeed = maxSpeed; 16 | } 17 | 18 | int fuelPerHour(){ 19 | return 5; 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /Lectures/src/week81/Abstract3_Mercedes.java: -------------------------------------------------------------------------------- 1 | package week81; 2 | 3 | public class Abstract3_Mercedes extends Abstract3_Car{ 4 | private int door; 5 | 6 | public Abstract3_Mercedes() { 7 | } 8 | 9 | public int getDoor() { 10 | return door; 11 | } 12 | 13 | public void setDoor(int door) { 14 | this.door = door; 15 | } 16 | 17 | @Override 18 | int fuelPerHour() { 19 | return 3; 20 | } 21 | 22 | 23 | } 24 | -------------------------------------------------------------------------------- /Lectures/src/week81/Abstract3_UserScreen.java: -------------------------------------------------------------------------------- 1 | package week81; 2 | 3 | public class Abstract3_UserScreen { 4 | public void show(Abstract3_Car cars) { 5 | Abstract3_Car car = cars; 6 | System.out.println("Weight : " + car.getWeight()); 7 | System.out.println("Model : " + car.getModel()); 8 | System.out.println("Color : " + car.getColor()); 9 | System.out.println("Fuel Per Hour : " + car.fuelPerHour()); 10 | 11 | } 12 | 13 | } 14 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | } --------------------------------------------------------------------------------