What is meant by Java ?

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


Please Help Members By Posting Answers For Below Questions

Explain the difference between an object-oriented programming language and object-based programming language?

762


What are the new features in java 8? Explain

738


What is the difference between delete and delete[]

928


What are the characteristics of java?

729


Why singleton pattern is better than creating singleton class with static instance?

785


Why does java doesnt suuport unsigned values?

1988


What is a jagged array in java?

783


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. (

1634


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

815


Can a class have an interface?

748


Give me an example of array and linked list? Where they can be used?

763


Can java run on google chrome?

886


How many types of voids are there?

753


What are annotations in java?

843


How do you add an arraylist to an array in java?

726