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: 3
Exercise: 4
Exercise: 5
Exercise Number: 1
Q.
Create a
TreeSet
of integers, add five values, and print them. Observe the order.
Show Answer