what do you understand by the term string with respect to java?
No Answer is Posted For this Question
Be the First to Post Answer
Can java program run without jre?
how to connect one jsp page to another jsp page????
Difference between error and exception
What is nextline method in java?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
Is empty string in java?
What does n mean in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
When does the compiler supply a default constructor for a class?
Why we do exception handling in java and how many types of exceptions are there?
Explain the importance of finalize() method.
What is autoboxing and unboxing?