SAMIR UDDIN

Hello guys welcome to my web blog ,my very special blog gives you latest technical knowledges and I want to proviod you quality and short posts .If you need any type of posts please tell me in comment section,If anybody have some questions related to my posts please tell me at https://www.samirmd.blogspot.com https://www.youtube.com/channel/UC4k3h0R2H8HVSQqAbuYY27Q https://www.facebook.com/mdsamir.shaikh.948

Latest Tweets

LightBlog
Responsive Ads Here

Friday, August 18, 2017

Features Of Java

ØSimple
ØObject Oriented Language
ØDistributed
ØInterpreted
ØRobust
ØSecure
ØPortable
ØMulti-Threaded
ØGarbage Collector

ØSimple
Java Programming is simple to understand because OPP(Object Oriented Programming) is 100%
applicable in Java programming language.

ØObject Oriented Language
Object oriented programming is a methodology in which programs using objects and classes every problems treated as an entity which makes program designing easier.
ØDistributed
Java allows to distributes their objects from one machine to another machine because it is platform
independent language that you can able to run java program online.
ØInterpreted
Java is a interpreted programming language because basically it runs through interpreter.
ØRobust
Java programming gives the feature of fault tolerance.e(Java program design to handle any real life
situation.
ØSecure
There are lots of resion that makes Java is very secure programming language it doesn't have any
traditional pointer concept like C programming so, it is not possible to access any memory location in
Java and it save your data.It i.a a big reason that nowadays every money transaction related works is
doing through Java programming application.

Java code runs through any system through some modification or no modification.

We can able to  runs two or more  Java codes parallaly or simultaneously which is independent to
each other.  

ØGarbage Collector

Java has a garbage collector to release or remove unusable memory blocks which prevents the space
complexity of a program.Must Watch

No comments:

Post a Comment