rajaji raja

Greenhorn
+ Follow
since Jul 27, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rajaji raja

can we have synchronized methods in implementaion class
here is the situation
1)i want to have a method to write the book on the server an read the book
2)while writing a book the client should not read that book
20 years ago
how can the container can be forced to execute ejbLoad() first
can i get all the data from the table
i.e can i use select * from emp where ename=" "
in EJB ql
1.why abstract classes can't be instantiated
2.An application oriented example for serializing the objects
20 years ago
hi
what is J2ee-JDBC2.0
which type of driver is best for EJB in weblogic server
hi
where can i find the best tutorials for J2ee patterns in online
(Adopter,Store front)
hi
what is the difference of usage between JRMP and
RMI/IIOP
which one is used
how
explain in detail
20 years ago
what is the difference between the RequestDispatcher's forward and
sendRedirect and forward action
20 years ago
JSP
Hi guys
this my sample code
one.jsp
<jsp:useBean id="a" class=" ---" scope="ession">

</jsp:useBean>
how can use id " a"
in another jsp file
20 years ago
JSP