InterviewSolution
Saved Bookmarks
| 1. |
List the features of java |
|
Answer» tion:OBJECT Oriented. In JAVA, everything is an Object. ...Platform Independent. Unlike many other programming languages including C and C++, when Java is COMPILED, it is not compiled into platform specific machine, RATHER into platform-independent byte code. ...Simple. ...Secure. ...Architecture-neutral. ...Portable. ...ROBUST. ...Multithreaded.More items...• |
|