if i know the lenght of collection in hand, should I use Array or Arraylist? justify
Answer / guest
If lenght of collection is known Array is prefered to use
because Arraylist is resizable where as array has constant
size and array is more faster than ArrayList.
| Is This Answer Correct ? | 13 Yes | 0 No |
Is multiple try block is possible in single java Application......
Difference between new operator and class.forname().newinstance()?
what is the use of State Factories?
what is the difference between System.out.println and out.println in java
What restrictions are placed on the values of each case of a switch statement?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What classes of exceptions may be caught by a catch clause?
Difference Between getRequest and PostRequest?
1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?
What is the relation between the infobus and rmi?
Describe responsibilities of Activator?
how can we load a file of a user in the database table?