How do you trim a space in java?


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

Post New Answer

More Core Java Interview Questions

What is a platform?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


Can we sort list in java?

0 Answers  


What is java and their uses?

0 Answers  


What is HashTable?

4 Answers  


Why synchronization is important?

0 Answers  


What is the program compilation process?

0 Answers  


How do constructors use this() and super()?

0 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


What is data string?

0 Answers  


What are the methods to rectify ambiguities in the interfaces in JAVA?

0 Answers   CGI,


Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.

5 Answers  


Categories