Groups
Groups
Sign in
Groups
Groups
aksforjava
Conversations
About
Send feedback
Help
aksforjava
1–30 of 202
Mark all as read
Report group
0 selected
amy
,Â
vivek maurya
7
11/10/12
what is serialization in java? How does it work?
In order to serialize an object, you need the output stream OutputStream, which must be put into the
unread,
what is serialization in java? How does it work?
In order to serialize an object, you need the output stream OutputStream, which must be put into the
11/10/12
amy
,Â
vivek maurya
2
11/9/12
wha is enum and when should we use it in java?
An enum type is a type whose fields consist of a fixed set of constants. Enum can be used whenever a
unread,
wha is enum and when should we use it in java?
An enum type is a type whose fields consist of a fixed set of constants. Enum can be used whenever a
11/9/12
amy
11/8/12
what are different types of isolation levels in Database?
unread,
what are different types of isolation levels in Database?
11/8/12
amy
,Â
pappu prasad
3
10/12/12
difference between hashmap and hashtable?
Hashtable is synchronized, whereas HashMap is not. This makes HashMap better for non-threaded
unread,
difference between hashmap and hashtable?
Hashtable is synchronized, whereas HashMap is not. This makes HashMap better for non-threaded
10/12/12
amy
,Â
vivek pal
3
10/12/12
is session thread safe in hibernate?
The main runtime interface between a Java application and Hibernate. This is the central API class
unread,
is session thread safe in hibernate?
The main runtime interface between a Java application and Hibernate. This is the central API class
10/12/12
pritam
, …Â
deepak purohit
3
1/30/12
Marker Interface
View Latest Questions and Answers|Ask Questions? Home Java Frameworks Database Technology Web
unread,
Marker Interface
View Latest Questions and Answers|Ask Questions? Home Java Frameworks Database Technology Web
1/30/12
Anil Tiwari
,Â
abhishek gupta
2
1/20/12
about SingleThreadModel
if the servlet implements this interface, the servlet will be thread safe. Note that this is not an
unread,
about SingleThreadModel
if the servlet implements this interface, the servlet will be thread safe. Note that this is not an
1/20/12
amy
,Â
alok kumar
2
12/16/11
What is the difference between the size and capacity of a Vector?
Here size means how many value are in vector and capacity means how many value can store vector. On
unread,
What is the difference between the size and capacity of a Vector?
Here size means how many value are in vector and capacity means how many value can store vector. On
12/16/11
amy
,Â
alok kumar
2
12/16/11
Can a ArrayList contain heterogenous objects?
Yes a ArrayList can contain heterogenous objects. Because a ArrayList stores everything in terms of
unread,
Can a ArrayList contain heterogenous objects?
Yes a ArrayList can contain heterogenous objects. Because a ArrayList stores everything in terms of
12/16/11
amy
,Â
alok kumar
2
12/16/11
what is the max size of arraylist?
Question: what is the max size of arraylist? Answer : max size of arraylist is equal to maximum value
unread,
what is the max size of arraylist?
Question: what is the max size of arraylist? Answer : max size of arraylist is equal to maximum value
12/16/11
amy
12/14/11
how will you decide use of vector and arraylist in java?
What is the difference between the size and capacity of a Vector?
unread,
how will you decide use of vector and arraylist in java?
What is the difference between the size and capacity of a Vector?
12/14/11
amy
12/14/11
can we create marker interface?if yes then how?and if no then why not
can we create marker interface?if yes then how?and if no then why not
unread,
can we create marker interface?if yes then how?and if no then why not
can we create marker interface?if yes then how?and if no then why not
12/14/11
amy
12/14/11
what is fail fast and fail safe in java
what is fail fast and fail safe in java
unread,
what is fail fast and fail safe in java
what is fail fast and fail safe in java
12/14/11
amy
12/14/11
why do we use iterator's remove method to delete an object of arraylist when we have a remove method in arraylist it self?
why do we use iterator's remove method to delete an object of arraylist when we have a remove
unread,
why do we use iterator's remove method to delete an object of arraylist when we have a remove method in arraylist it self?
why do we use iterator's remove method to delete an object of arraylist when we have a remove
12/14/11
amy
12/14/11
what is serialization?can we serialize any java object with out using serializable interface?
what is serialization?can we serialize any java object with out using serializable interface?
unread,
what is serialization?can we serialize any java object with out using serializable interface?
what is serialization?can we serialize any java object with out using serializable interface?
12/14/11
amy
12/14/11
what is connection pooling?
what is connection pooling?
unread,
what is connection pooling?
what is connection pooling?
12/14/11
amy
12/14/11
how jsp work?
how jsp work?
unread,
how jsp work?
how jsp work?
12/14/11
amy
12/14/11
how to get servlet context in jsp?
how to get servlet context in jsp?
unread,
how to get servlet context in jsp?
how to get servlet context in jsp?
12/14/11
amy
12/14/11
what is load on start up ?
what is load on start up ?
unread,
what is load on start up ?
what is load on start up ?
12/14/11
amy
12/14/11
how servlet works?
how servlet works?
unread,
how servlet works?
how servlet works?
12/14/11
amy
12/14/11
session handling in servlet?
session handling in servlet?
unread,
session handling in servlet?
session handling in servlet?
12/14/11
amy
12/14/11
what is difference between forward and sendRedirect?
what is difference between forward and sendRedirect?
unread,
what is difference between forward and sendRedirect?
what is difference between forward and sendRedirect?
12/14/11
amy
12/13/11
life cycle of jsp
life cycle of jsp
unread,
life cycle of jsp
life cycle of jsp
12/13/11
amy
12/13/11
state of any object in hibernate?
state of any object in hibernate?
unread,
state of any object in hibernate?
state of any object in hibernate?
12/13/11
amy
12/13/11
difference between page and pagecontext in jsp
difference between page and pagecontext in jsp
unread,
difference between page and pagecontext in jsp
difference between page and pagecontext in jsp
12/13/11
amy
12/13/11
polymorphism in java
polymorphism in java
unread,
polymorphism in java
polymorphism in java
12/13/11
amy
12/13/11
collection in hibernate?
collection in hibernate?
unread,
collection in hibernate?
collection in hibernate?
12/13/11
amy
12/13/11
difference between error and exception?
difference between error and exception?
unread,
difference between error and exception?
difference between error and exception?
12/13/11
amy
12/13/11
what is auto boxing in java?real time example
what is auto boxing in java?real time example
unread,
what is auto boxing in java?real time example
what is auto boxing in java?real time example
12/13/11
amy
12/13/11
what is index?use of indexing in sql
what is index?use of indexing in sql
unread,
what is index?use of indexing in sql
what is index?use of indexing in sql
12/13/11