| Back to Questions Page |
| |
| Question |
if arraylist size is increased from initial size what is
the size of arraylist...suppose initial is 100 , if i add
101 element what is the size... |
Rank |
Answer Posted By |
|
Question Submitted By :: Dharmendra |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The size of the arraylist will increase to 150 why because
in arraylist the elements are reach to initial size of the
array list then size will be increase to half of the
capacity  |
| Ravindra Reddy |
| |
| |
| Answer | same 100 since the count starts from 0 onwards its obcious
tat u wud have 101 elements  |
| Sri |
| |
| |
| Question |
what is main difference b/w abstract class and interface |
Rank |
Answer Posted By |
|
Question Submitted By :: Rpraveendsi |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Abstract class is a class which has both complete
incomplete methods.
Interface is which can have only unimplemeted methods.  |
| Bindu Madhavi |
| |
| |
|
|
| |
| Question |
How Array List can be Serialized. |
Rank |
Answer Posted By |
|
Question Submitted By :: Kumaraswamy18 |
| This Interview Question Asked @ Polaris |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | By Default all the Collection classes are serialized.And
Serializable is not a class its an Interface.  |
| Tirupathi Rao |
| |
| |
| Answer | It is done by extending Serializiable class  |
| Kumaraswamy18 [Cogent Software Technologies] |
| |
| |
| Question |
what is the need of the Ajax? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ramaswamy Ratnala |
| This Interview Question Asked @ iFlex |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | This is sth which can be used for maintaining the data
silently. Like without refreshing the whole page you can
manage a part of page.
This is very useful as it is supported by almost all of the
browsers.  |
| Ram Parashar |
| |
| |
| Answer | This is used for maintaining the data
silently. by without refreshing the whole web page we can
manage a part of that current page page.  |
| Dipil T T |
| |
| |
| Question |
Diff. types of triggers.. |
Rank |
Answer Posted By |
|
Question Submitted By :: Rdharmendra |
| This Interview Question Asked @ Logica-CMG |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | static trigger
the icon or window background is clicked or double-clicked
without moving the mouse
dynamic trigger
the icon is dragged and dropped onto another icon or window
background
hold trigger
the mouse button is held down on an icon or window background  |
| Dev |
| |
| |
|
| |
|
Back to Questions Page |