JSP Question:
Download Questions PDF

What is the difference between a Scrollbar and a ScrollPane in JSP?

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

A Scrollbar is a Component, but not a Container. A ScrollPane is a Container. A ScrollPane handles its own events and performs its own scrolling.

Download Java JSP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the ResourceBundle class in JSP?What is a Java package and how is it used?