Computer Knowledge

GUI and Web Frameworks

1,915 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. Jquery uses the javascript library.

  2. Jquery supports ajax.

  3. By including jquery library files in to our project, it takes additional space on the server.

  4. Google map is the example of ajax.

  5. None of the above

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

Yes, all of the above are the true statements.

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.