Difference between string, stringbuffer and stringbuilder?
No Answer is Posted For this Question
Be the First to Post Answer
how can u handle run time exception in java? explain with brief explanation with examples?
What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }
Can an abstract class have a constructor?
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What if I write static public void instead of public static void in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Define jit compiler?
What is tochararray in java?
static inner classes means..?
List some java keywords sun like c, c + + keywords?