Which Taglibraury you used in your project? plz send me
ans....which we r using generally
Answers were Sorted based on User's Feedback
Answer / saravanan thangavelu
i am using below tag library in Jsp, we have used layout
tags in presentation plane
<%@ taglib uri="http://struts.application-
servers.com/layout" prefix="layout"%>
| Is This Answer Correct ? | 3 Yes | 0 No |
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
Where can I ask questions and make suggestions about seam?
Difference between new operator and class.forname().newinstance()?
what is singleton class? where it mainly used in the projects?
What is RMI architecture?
What are synchronized methods and synchronized statements?
what is diff between Access modifier and specifier?
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!
When a thread blocks on i/o, what state does it enter?
What is checkpoint? How to create checkpoints in our java projects?
What is chat area? Explain.
how java is os independent language ?