Why is stringbuffer called mutable?
No Answer is Posted For this Question
Be the First to Post Answer
5 Coding best practices you learned in java?
what is java
What is a prefix function.write down a code to compute prefix function.
Why are strings immutable in Java?
Define how does a try statement determine which catch clause should be used to handle an exception?
how would you implement a thread pool? : Java thread
How GUI component handle its own events?
Convert Binary tree to linked list.
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
What is the current version of java?
where final and static variable stored?
How are multiple inheritances done in Java?