0% found this document useful (0 votes)
4 views

Core Java Pdf

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Core Java Pdf

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

www.nettechindia.

com
Mob:9870803004/9870803005
 Java is a programming language, whereas Core Java
is a computing platform.

 Java Platform Standard Edition is Core Java, which is


also called Java SE.

 "Core Java" is Oracle's definition and refers to subset


of Java SE technologies.

 Core java is a language basics. For example Data


structures, Semantics..etc

 Core java is a sun http:/term.It means it contains only


basics of java and some principles and also contain
some packages details.
 OOPS concepts (Data Abstraction, Encapsulation,
Inheritance, Polymorphism)
 Basic Java constructs like loops and data types
 String handling
 Collection framework
 Multithreading
 Exception handling
 Generics
 Synchronisation
 Serialisation & De-serialisation
 Concurrent collection
 Core java is used for developing general java
application where as Advanced java is used for
developing the web based application and enterprise
application.

 "core java means "stand -alone" java application


whereas advanced java means java application that
run on servers means these are the web application"

 core java is the learning stage of java programming,


here we learn all the concept used in programming
paradigm. But advance java deals with the
implementation of the concept.
 It helps in code completion

 It provides a powerful debugging capability, which is


essential for real-world development.

 While Java is used for development of applets and


applications, Core Java is mainly used to design
application software for both desktop and server
environments.

 Core Java is the most basic and the purest form of


Java which set the foundation for other editions of
the programming language.
www.nettechindia.com
Mob:9870803004/9870803005

You might also like