InterviewSolution
Saved Bookmarks
| 1. |
Explain any three features of the Java Programming language |
|
Answer» Answer: What are the major features of Java programming?Explanation: 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 |
|