Answer Posted / rajinder singh
do some coding on jsp page
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between java class and bean?
What is a modular application?
What is the difference between the session.update() method and the session.lock() method?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the purpose of the notifyall() method?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Why are some of the class and element names counter-intuitive?
What is aop(assepct oriented programing)?
What is the difference between ear, jar and war file?
What is the purpose of the wait(), notify(), and notifyall() methods?
Which container method is used to cause a container to be laid out and redisplayed?
what is an isolation level?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are the sequence of steps to write pub or sub model kind of application?
What is permgen or permanent generation?