Core Java

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Core Java

what is java?

• java is an object-oriented design is a


technique for programming that focuses on
the data (= objects) and on the interfaces to
that object.
Advantages & Features of java
• Distributed

• Java has an extensive library of routines for


coping with TCP/IP protocols like HTTP and
FTP. Java applications can open and access
objects across the Net via URLs with the same
ease as when accessing a local file system
Robust

• Java is intended for writing programs that


must be reliable in a variety of ways. Java puts
a lot of emphasis on early checking for
possible problems, later dynamic (run-time)
checking, and eliminating situations that are
error .prone
Secure

• Java is intended to be used in


networked/distributed environments. Toward
that end, a lot of emphasis has been placed on
security. Java enables the construction of
virus-free, tamper-free systems.
• Interpreted
• High performance
• Multi threaded
• Dynamic

You might also like