Why we use methods in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is java is a fully object object oriented language?
What is the meaning of 3 dots in java?
Can we able to pass objects as an arguments in java?
Who found java?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
How many types of modifiers are there?
In java, how many ways you can take input from the console?
Why does java not support pointers?
What is an escape character in java?
What is finally in exception handling?
What does super keyword do?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.