What is a layout manager?
Answer / satya
LayOut Manager is to set the GUI component view style
| Is This Answer Correct ? | 2 Yes | 1 No |
what is diffrence between .NET and java?
Which sorting is best in java?
What is type conversion in java?
What is early binding and late binding in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
Which are thin and thicK wrapper Class's in Java?
Is a string literal?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What is java literals?
What are the advantages of exception handling in java?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?