Name the Implicit variable which is used to access other
implicit objectes present in JSP.
Answer Posted / vijay
using pagecontext only we can access all other implicit
objects.the remainig answers are wrong.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is j2ee product?
I Want build and release interview questions
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
Which compiler is used in java?
What is java j2ee developer?
What are the modules of j2ee?
What is a jpanel in java?
What is callback methods?
Is java is a technology?
What is asant?
What is java technology stack?
What are the j2ee technologies?
Enlist the technologies embraced in j2ee?
What are the main components of multi-tier architecture?
Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...