Answer Posted / sarika
Java is a high-level, object-oriented programming language
developed by Sun Microsystems. It is similar to C++, but
has been simplified to eliminate language features that
cause common programming errors. Java is a general purpose
programming language with a number of features that make
the language well suited for use on the Web.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
How does a for loop work?
How many bytes is 255 characters?
Is static variable stored in heap?
What is the access scope of a protected method?
Can you explain the cs option of java interpreter?
Can you access non static variable in static context?
Is alive method in java?
What is use of inner class in java?
What does ide stand for?
When can we say that threads are not lightweight process in java?
Explain oops concepts in detail?
What is the statements?
How big is a 32 bit integer?
Is there any difference between synchronized methods and synchronized statements?