What is string value?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable and constant explain with example?
What is the root class for all Java classes?
what are the uses of Class class and what it returns? explain it with the example code.
What does exp mean in math?
What is keyset in java?
How can you say HashMap is syncronized?
Can a method be overloaded based on different return type but same argument type?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What does pointer mean?
What is the difference between Checked and Unchecked exception? Give some examples
What is an abstract class?