[go: up one dir, main page]

0% found this document useful (0 votes)
112 views5 pages

Java Preparation Topics

The document outlines an 11 week Java preparation course covering core Java concepts and technologies. It includes: 1) An introduction to Java fundamentals like variables, datatypes, operators, and input/output in the first week. 2) Java flow control concepts like if/else statements, loops, and exceptions over weeks 2-3. 3) Arrays and strings in week 4 before delving into object-oriented programming principles in weeks 5-6 including classes, inheritance, and polymorphism. 4) Exception handling and common Java utilities like lists, maps, sets and I/O streams are covered in the final weeks 7-11.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views5 pages

Java Preparation Topics

The document outlines an 11 week Java preparation course covering core Java concepts and technologies. It includes: 1) An introduction to Java fundamentals like variables, datatypes, operators, and input/output in the first week. 2) Java flow control concepts like if/else statements, loops, and exceptions over weeks 2-3. 3) Arrays and strings in week 4 before delving into object-oriented programming principles in weeks 5-6 including classes, inheritance, and polymorphism. 4) Exception handling and common Java utilities like lists, maps, sets and I/O streams are covered in the final weeks 7-11.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Java preparation

Note : Each section should take 7 days time to finish topic


1. Java introduction
Java hello world
Java JVM,JRE ,JDK
Java variables
Java datatypes
Java operators
Java input and output
Java expressions and blocks
Java comment

2. Java flow control


Java if – else
Java switch statement
Java for loop
Java for-each loop
Java while loop
Java break statement
Java continue statement

3. Java arrays
Java arrays
Multi dimensional array
Java copy array

Strings
4. Java oop(part 1)
Java class and objects
Java methods
Java constructor
Java strings
Java access modifier
Java this keyword
Java final keyword
Java recursion
Java instance of operator

5. Java oops (part 2)


Java inheritance
Java method overloading
Java super keyword
Abstract class and method
Java interfaces
Java polymorphism
Java encapsulation

6. Java oops (part 3)


Nested and inner class
Java static class
Java anonymous class
Java singleton
Java enum class
Java enum constructor
Java enum string
Java reflection

7. Java exception handling


Java exceptions
Java exception handling
Java try – catch
Java throw and throws
Java catch multiple exceptions
Java try- with- resources
Java annotations
Java annotation types
Java logging
Java assertions

8. Java list
Java queue interface
Java priority queue interface
Java deque interface
Java linked list
Java array deque
Java blocking queue
Java linked blocking queue

9. Java map
Java Map interface
Java HashMap
Java linked HashMap
Java weak HashMap
Java Enum HashMap
Java sorted Map interface
Java navigable Hash Map
Java tree Map
Java Concurrent Map interface
Java concurrent Hash Map
10.Java set
Java set interface
Java Hash set
Java enum set
Java linked hashset
Java sorted set Interface
Java Navigable set Interface
Java Tree set
Java Algorithms
Java Iterator
Java List Iterator

11.Java I/O streams


Java i/o streams
Java input stream
Java output stream
Java fileinput stream
Java fileoutput stream
Java bytearray input stream
Java byte array output stream
Java object input stream
Java object output stream
Java buffered input and output stream
Java print stream

You might also like