Loading
QUIPO
IN
Mind Xchange
Learning
Practice MCQs
Log In
MindXchange
Learning
Practice MCQs
◀
JAVA
SPRING
ANGULAR
SQL
HTML
CSS
JAVASCRIPT
Data Structure
▶
java-basic
JDK vs JRE vs JVM
Java First Program
Java Variable
Data Types
Operators
Keywords and Identifiers
paradigm
Modifier
Java-Methods
Final Keyword
Static Keyword
Constructor
conditional-statements
if-else
do-while Loop
Switch case
While Loop
for loop
break
continue
oops-concepts
Object and Class
Inheritance
Types of Inheritance
Encapsulation
Abstraction
Polymorphism
java-polymorphism
Java Overloading
Java Overriding
type-casting
Type casting Overview
java-arrays
Arrays Overview
string
String overview
java-collection
Java collection
list
List
ArrayList
LinkedList
set
HashSet
LinkedHashSet
TreeSet
Comparable and Comparator Interface
Generics
map
Map Interface overview
HashMap
TreeMap
HashTable
Cursors in Java
exception-handling
Types of Exception
Exception
Exception hierarchy
throw and throws keyword
Custom exception
multithreading
Multitasking
Thread
Constructors and Methods
jdbc
Introduction to JDBC
CRUD operations
JDBC Architecture
Exercise: 1
Exercise: 2
Exercise Number: 1
Q1.
What are the two main categories of modifiers in Java?
Q2.
List and describe the four access modifiers in Java.
Q3.
What is the purpose of the
final
modifier in Java?
Q4.
Explain the use of the
abstract
modifier in Java.
Show Answer