0% found this document useful (0 votes)
6 views1 page

Java OOP Concepts and Fundamentals Guide

The document outlines key concepts related to Object-Oriented Programming (OOP) such as inheritance, polymorphism, encapsulation, and abstraction, along with their definitions and examples. It also covers the history of Java, its buzzwords, operators, exception handling, multithreading, event handling, AWT hierarchy, layout managers, applet life cycles, and the Swing framework. Additionally, it discusses the differences between classes and interfaces, constructors, and the use of the 'this' keyword and string classes.

Uploaded by

losonodarvin02
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Java OOP Concepts and Fundamentals Guide

The document outlines key concepts related to Object-Oriented Programming (OOP) such as inheritance, polymorphism, encapsulation, and abstraction, along with their definitions and examples. It also covers the history of Java, its buzzwords, operators, exception handling, multithreading, event handling, AWT hierarchy, layout managers, applet life cycles, and the Swing framework. Additionally, it discusses the differences between classes and interfaces, constructors, and the use of the 'this' keyword and string classes.

Uploaded by

losonodarvin02
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1) briefly explain about OOPS concept? Need for oop Paradigm?

2) history of Java? Java buzzwords?

3) briefly explain about Java operators concept?

4) define inheritance? Types of inheritance with example?

5) define polymorphism? Method overriding with example?

6) difference between classes and interfaces

7) define packages with example?

8) encapsulation with example?

9) abstraction with example?

10) briefly explain about constructors?

11) define exception handling? Exception hierarchy use of try,catch, thrown,throws and finally?

12) briefly explain about multithreading and multitasking?

13) thread life cycle ? Synchronising threads?

14) define event handling? Handling mouse and keyboard events?

15) define awt hierarchy? Briefly explain about awt user interface components?

16) what is layout manager? Types of layout manager?

17) life cycle of an applet? Types of applets?

18) briefly explain about swing concept? MVC architecture?

19) exploring swing japplet,jframe, jcomponents, icons and labels, text filds?

20) define this keywords? string classes?

You might also like