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 compiler and what its output.
How the metacharacters are different from the ordinary characters?
Why do we override tostring method in java?
What is the use of 'super' keyword inside a constructor?
What is package protected in java?
What are the types of methodology?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Can final class have constructor?
How do you write a conditional statement?
When should I use singleton?
Define an abstract class with reference to java.
What is a singleton in genetics?
What is the importance of finally block in exception handling?
Explain the usage of this with constructors?
What does index mean in java?