what is the difference between pagecontext and
servletcontext?

Answer Posted / guest

pagecontext is used for urlrequesting and servlecontext is
used for particularServlet

Is This Answer Correct ?    2 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you declare a private method as static?

699


Can we declare an interface as final?

576


Why we use protected in java?

538


Is there any limitation of using inheritance?

571


Why arraylist is used in java?

552






Explain about version control?

596


What is computer compiler?

536


Is map sorted in java?

570


Can you write a java class that could be used both as an applet as well as an application?

519


What are implicit objects in java?

553


how does multithreading take place on a computer with a single cpu? : Java thread

696


What is the use of private static?

535


What are classloaders?

599


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

600


How does java enable high performance?

694