Is string passed by reference in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

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?

0 Answers  


What does I ++ mean?

0 Answers  


According to java operator precedence, which operator is considered to be with highest precedence?

0 Answers  


Is java ee a framework?

0 Answers  


Which method will get invoked first in a stand alone application?

1 Answers  






What is a byte array?

0 Answers  


Can we use String with switch case?

0 Answers  


What is core java used for?

0 Answers  


What JNDI(Java Naming and Directory Interface) provides?

4 Answers  


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


How to access a variable if it is declared as private?

3 Answers  


What is object-oriented paradigm?

0 Answers  


Categories