InterviewSolution
Saved Bookmarks
| 1. |
What is Java and why do we need it? Explain |
|
Answer» Java is a computing PLATFORM as well as a programming language. An object-oriented language, Java is a fast, secure and easily extendible language. Java is a platform independent and Architecture-neutral language. It is used to create COMPLETE & POWERFUL applications that may run on a single computer or be distributed among clients and servers in a network. I ALSO can be used on the intranet applications. |
|