Answer Posted / sasirekha
Java is Object Orieted Programming Language developed by Sun
Microsystem (U.S.A).It Is Platform Independent Language.It
Is Simple Secure Robust Compiled & InterPreted Language.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between an object-oriented programming language and object-based programming language?
What are the new features in java 8? Explain
What is the difference between delete and delete[]
What are the characteristics of java?
Why singleton pattern is better than creating singleton class with static instance?
Why does java doesnt suuport unsigned values?
What is a jagged array in java?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Can a class have an interface?
Give me an example of array and linked list? Where they can be used?
Can java run on google chrome?
How many types of voids are there?
What are annotations in java?
How do you add an arraylist to an array in java?