learning java

Download Learning java

If you can't read please download the document

Upload: ritwik-das

Post on 28-Jun-2015

203 views

Category:

Documents


4 download

TRANSCRIPT

  • 1. Learning Java Why JavaMuch more sought after than its other server side counterparts

2. Learning Java: what you have to learn Introduction to Java programming language Brief history of java Java program structure Development environment setup Download and Install JDK, Eclipse (IDE) Setup Classpath/ Environment variable Compiling, running and debugging Java programs IDE Comparisoncontd. 3. Learning Java: what you have to learnDeclaration and Access control Class, methods, instance variables Java PackagesObject Oriented Programming Concepts Polymorphism (Overriding and Overloading) Inheritance Encapsulation Is-A and Has-A relationship contd. 4. Learning Java: what you have to learn Assignments Arrays- 2D array and Multi dimension array Wrapper classesOperators Assignment Operator Relational Operator Arithmetic Operator Conditional Operator Logical Operatorcontd. 5. Learning Java: what you have to learn Flow Control While loop Do loop For loop Break and continue loopExceptions Handling Exceptions Checked and unchecked Custom Exception contd. 6. Learning Java: what you have to learn String classFacts about String related to memoryImportant methods of String class with exampleString buffer class and string builder classFile I/O and serializationReading fileWriting fileParsing property fileJava serialization with sample contd. 7. Learning Java: what you have to learn Collections Array list, linked list and vectorMaps- Hashmap, TreemapSet- Hashset, treeset and linked hashsetUtility classesThreadsDefining, instantiating and starting threadThread states and transitionsCode synchronizationThread Interaction 8. Learning Java: what you have to learn Miscellaneous Date Util class (Date formatting and parsing) Bigdecimal class (number formatting) Garbage collection Stack and Heap Learn Java with w3resource Thanks