What is floating data type?
No Answer is Posted For this Question
Be the First to Post Answer
List the features of java programming language.
How many objects are created when we create String class object using new operator?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
What is empty string literal in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Why javac is not recognized?
how cani read a command line argument?(usingfile object).
Can you call a private data from an inner class?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
hoe can u call a constructor of a private classs to other inherited claa??
how we can make a read-only class in java?
What is meant by anonymous class?