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
Can a variable be local and static at the same time?
Where and how can you use a private constructor?
How do you sort a string in java?
What is this keyword in java?
What are the important features of Java 9 release?
What if constructor is protected in java?
Write an algorithm for quick sort?
Explain about object oriented programming and its features?
What are the difference between composition and inheritance in java?
What is the difference between form & report?
What is definition and declaration?
what is optional in java 8?
How do you clear a list in java?
Explain about abstract classes in java?
Explain working of call by reference function invoking.