Default layout of Dialog object?
Answer / janet
BorderLayout is the default layout of Dialog object.
| Is This Answer Correct ? | 24 Yes | 0 No |
Why do you canvas?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How will you serialize a singleton class without violating singleton pattern?
Is 0 true or false?
Write a java program for binary search?
What access modifiers can be used for variables?
When do we use hashset over treeset?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is the purpose of a statement block?
What is unicode in java?
Is 0 true or false in java?
What is re-factoring in software?