0% found this document useful (0 votes)
19 views3 pages

Core Java Trainning

This document provides an overview of core Java concepts including object-oriented programming principles like polymorphism, abstraction, and inheritance. It also covers Java data types, variables, arrays, operators, and control statements. Additional topics include classes and methods, constructors, garbage collection, interfaces, packages, exception handling, threads, networking, strings, maps, collections, input/output streams, files, and readers/writers.

Uploaded by

Maulik842
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Core Java Trainning

This document provides an overview of core Java concepts including object-oriented programming principles like polymorphism, abstraction, and inheritance. It also covers Java data types, variables, arrays, operators, and control statements. Additional topics include classes and methods, constructors, garbage collection, interfaces, packages, exception handling, threads, networking, strings, maps, collections, input/output streams, files, and readers/writers.

Uploaded by

Maulik842
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Core Java Training Document

1. Concept of object Oriented java ->polymorphism ->abstraction ->inheritance ->encapsulation 2. Datatypes, Variables, and Arrays, Operators, Control Statements 3. Concept of constructor 4. Classes, Methods ->method overloading ->method overriding ->Dynamic method dispatch 5. Garbage collection 6. interfaces ->abstract method concept 7. Package 8. Exception handling ->concept of Throwable ->Exception class 9. Thread ->Extending Thread class ->Implement Runnable interface ->run method of thread ->callable method of thread

->thread synchronization 10. Networking ->socket programming ->TCP/UDP 11.String Handling ->String operations ->String comparison ->Character extraction ->Modifying a string ->String buffer 12.Map interface ->Hash table, Hash Map and all other Map 13.collection ->Map --->HashMap --->Hash Table ->Set --->HashSet ->List --->ArrayList --->Vector 14.java.io ->Input stream Output Stream ->Input stream reader Output stream reader ->Buffered reader

15.File ->FIle input output ->File reader File Writer ->FIle Input stream FIle Output Stream

You might also like