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
Java First Program
Java Variable
Data Types
Operators
Keywords and Identifiers
Paradigm
Modifier
Java-Methods
Final Keyword
Static Keyword
Constructor
Conditional Statements
if-else
Switch case
do-while Loop
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 Hashtable and store 3 key-value pairs of student roll number and name. Then print all the entries.
Show Answer