How do you reverse a string in java without using string buffer?


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

Post New Answer

More Core Java Interview Questions

Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is a layout manager and what are different types of layout managers available in java awt?

0 Answers  


what is overloading in java?

13 Answers   Ascent, DNS, Infosys, SDA, VelTech,


what is the difference between Java Command Line and C command Line?

2 Answers  


What is Interface?

8 Answers   BMC,


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 is mvc in java?

0 Answers  


What is meant by data hiding/encapsulation?

0 Answers   Cyient,


What is an accessor?

1 Answers   BirlaSoft,


How many ways can we create singleton class?

0 Answers  


Does java allow overriding static methods ?

0 Answers  


What is a Java switch statement, and how can it be used?

2 Answers  


Categories