JSP Question:
What is the difference between a Scrollbar and a ScrollPane in JSP?
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.
Previous Question | Next Question |
What is the ResourceBundle class in JSP? | What is a Java package and how is it used? |