Answer Posted / somasani
Java is an Object oriented programming language developed
by sun microsystems.java is platform independent and mostly
suitable fot internet applications.java is simple b/c its
syntaxes are derived from c and oop's concepts are derived
from c++.It is more secure b/c it does not support
pointers.It is usefull to develop clientside and
distributed applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is stack explain?
What is high level language in computer?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
How can I become a good programmer?
What mechanism does java use for memory management?
Which collections are thread safe in java?
What type of language is java?
Is void a keyword in java?
What are the Static and Dynamic Variables? Differentiate them.
what is enumset?
What about features of local inner class?
What are the differences between wait() and sleep()?
Realized?
How java uses the string and stringbuffer classes?
What is method in java with example?