What is the use of java?
No Answer is Posted For this Question
Be the First to Post Answer
What are constants?
What is http client in java?
How do you read and print a string in java?
Which is better 64 bit or 32 bit?
What are data types in oop?
What is number data type in java?
How objects of a class are created if no constructor is defined in the class?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Explain hashset and its features?
What is a finally block? Is there a case when finally will not execute?
How you can force the garbage collection?
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?