Is string passed by reference in java?
No Answer is Posted For this Question
Be the First to Post Answer
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What does I ++ mean?
According to java operator precedence, which operator is considered to be with highest precedence?
Is java ee a framework?
Which method will get invoked first in a stand alone application?
What is a byte array?
Can we use String with switch case?
What is core java used for?
What JNDI(Java Naming and Directory Interface) provides?
what is the difference between String s="hello"; and String s=new String("hello");?
How to access a variable if it is declared as private?
What is object-oriented paradigm?