Answer Posted / ajay
You can approach any prometric center(for eg NIIT), pay the
amount and get the voucher. The voucher is valid till 1
year. If you are paying the amount from your pocket, wait
for SUNs offer period
| Is This Answer Correct ? | 38 Yes | 0 No |
Post New Answer View All Answers
What are the lifecycle phases of a jsp?
What is jsp custom tag and what are it’s components?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
Is jsp compiled?
What is an expression language?
What is custom tag library?
Why are jsp pages the preferred api for creating a web-based client program?
Which jsp methods can be overridden?
Explain the difference between jspwriter and servlet printwriter in jsp?
Why is it not recommended to use script elements in jsp?
What is jstl core tags?
What is session tracking in jsp?
What are custom tags in jsp?
What are request and response objects?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]