Computer Knowledge

GUI and Web Frameworks

1,711 Questions

Graphical user interface and web frameworks involve layout management, directives, and application design across platforms like Android and Angular. These concepts are tested in computer science and IT officer competitive exams. Review these questions to understand UI components and coding standards.

Android layout attributesAngular structural directivesVB.Net web methodsJava Swing componentsSiebel application framework

GUI and Web Frameworks Questions

Multiple choice
  1. JSplitPane

  2. JOptionPane

  3. JScrollPane

  4. javax.swing.event

  5. StockPresentation

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This swing component displays some information to the user or get confirmation from the user so that the program can be executed further based on the choice the user makes.

Multiple choice
  1. grid layout

  2. flow layout

  3. card layout

  4. border layout

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Java AWT, the default layout manager for a Frame is BorderLayout (5 regions: North, South, East, West, Center). FlowLayout arranges components left-to-right, GridLayout divides into equal grid cells, and CardLayout shows one component at a time. BorderLayout is the Frame's default.