- Features of java
- -----------------
- i)Platform independent
- ----------------------
- *java is platform independent because we can execute .class[bytecode] of one os on nay other os.
- 2)Object Oreinted
- -----------------
- Java is object oriented because it consists of objects and classes.
- 3)Portable
- ----------
- *Bothe java s/w and java bytecode can be executed on different os's so java is portable.
- 4)simple
- --------
- Java is developed from c and c++,so learning java is simple.
- 5)robust[strong)
- ---------------
- *Java programs do not crash easily because of exception handling mechanism so java is robust.
- 6)interpreted
- --------------
- As jvm interprets bytecode to machine code,java is called interpreted language.
- 7)secured
- ---------
- Java is secured because virus don't attack .class files,also java is robust.
- 8)distributed
- --------------
- we can run java programs on different os's so we cab say java is distributed.
- 9)Multi-threaded
- ---------------
- Thread
- ------
- *Thread is an independent part of a program.
- *Multithreading is group of threads executing parallely to accomplish a task.
For all those who have been searching for a simple and quick reference to learn programming languages and latest technologies in the most easiest format which covers whole of the syllabus.
Wednesday, November 16, 2016
Core Java Notes[session3]
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment