Sie sind auf Seite 1von 5

InnoServ Solutions Pvt. Ltd.

301,302 Saikar Paradise, Ram Indu Park,


Baner, Pune - 411045
Tel.: 020-60121213 / 14
URL: www.innoservsolutions.com

Classes in Java
 Explaining the concept of Classes and Objects in Java

Working with Methods


 Method overloading
 Call by value v/s call by reference
 Variable arguments
 Finalize()
 Garbage collection

Arrays
 Why is array
 Array declaration
 Array initialization
 Reference to an array
 Multi dimension array
 Array.sort()
 Array length
 Enhanced for loop
 Command line argument
Static
 Static members
 Static method
 Static block

Inheritance
 “is a” v/s “has a” relationship
 Extends
 Method overriding
 Polymorphism
 Super()
 Super keyword
 Instanceof
 Casting
 Dynamic binding and polymorphism
InnoServ Solutions Pvt. Ltd.
301,302 Saikar Paradise, Ram Indu Park,
Baner, Pune - 411045
Tel.: 020-60121213 / 14
URL: www.innoservsolutions.com

Final
 Final variable
 Final reference
 Final method
 Final class
InnoServ Solutions Pvt. Ltd.
301,302 Saikar Paradise, Ram Indu Park,
Baner, Pune - 411045
Tel.: 020-60121213 / 14
URL: www.innoservsolutions.com

String class
 StringBuilder vs StringBuffer class
 += operator in String

Wrapper class
 Autoboxing / Autounboxing

Abstract class

Interface
 Interface v/s abstract class
 Implements
 Interface method v/s members
 Working with multiple interfaces

Package
 Creating package
 Classpath
 Import
 Import static
 Protected vs package specific access
 Sub package
InnoServ Solutions Pvt. Ltd.
301,302 Saikar Paradise, Ram Indu Park,
Baner, Pune - 411045
Tel.: 020-60121213 / 14
URL: www.innoservsolutions.com

Discussing the Java.lang package and its importance

Exception Handling
 Exception types
 Catching and handling exceptions
 Try block
 Catch Block
 Working with multiple catch block
 Finally block
 Specifying the Exceptions Thrown by a Model
 Throw Statement
 Throws keyword
 Throwable Class
 RuntimeException class
 Error class
 Creating user defined exception
 Introduction to Assertion
 Discussing the java.util package with examples-
Date/Calendar/Locale/Formater/Text/Properties
 Discussing the java.beans package with examples
InnoServ Solutions Pvt. Ltd.
301,302 Saikar Paradise, Ram Indu Park,
Baner, Pune - 411045
Tel.: 020-60121213 / 14
URL: www.innoservsolutions.com

Java File IO
 Byte-oriented stream classes
 Reader and Writer classes
 File class
 Scanner class
 Object Serialization and deserialization

Collection Framework
 Set Interface
o HashSet
o TreeSet
o LinkedHashSet
 List
o ArrayList
o LinkedList
 Map
o HashMap
o TreeMap
o LinkedHashMap
 Iterator interface
 Difference between Set v/s List v/s Map

Networking
 Discussing the java.net package
 Understanding the need
 Understanding the requirements
 Socket overview
 Internet addressing
 Datagram packets
 Creating client/server application
 Final Test

+ Threading

Das könnte Ihnen auch gefallen