Pages
(Move to ...)
Home
Computer Science
Maths
Pedagogy and Teaching Methodology
GK and Current Affair
English
Our Apps
Books
Notification
▼
CLICK HERE TO JOIN US
Download and Install our Android App
Friday, 19 March 2021
PriorityQueue in Java
›
import java.util.*; class CL4 { public static void main(String[] args) { PriorityQueue<String> A1=new PriorityQueue<String>()...
Stack in Java
›
import java.util.*; class CL3 { public static void main(String[] args) { Stack<String> A1=new Stack<String>(); A1.push(...
LinkedList in Java
›
import java.util.*; class CL2 { public static void main(String[] args) { LinkedList<String> A1=new LinkedList<String>(); A1...
ArrayList in Java
›
import java.util.*; class CL1 { public static void main(String[] args) { ArrayList<String> A1=new ArrayList<String>(); A1.a...
Thursday, 18 March 2021
InputStreamReader and Console Class in Java
›
Take Input from User Using InputStreamReader Class of java.io package import java.io.*; class In_5 { public static void main(String[] args...
Take input from User or Keyboard in Java
›
There are four ways to take user input in Java 1. Command Line Arguments 2. Scanner Class of java.util package 3. InputStreamReader Class o...
Tuesday, 16 March 2021
14 March 2021 Digital Electronics Test Result
›
S.No. Name Marks 1 Suruchi 41 2 Govind Yadav 41 3 Pritam Kumari 40 4 Salvi Vatsa 31 5 Meerayadav 31 6 Divya .. 30 7 Md Tehran 30...
‹
›
Home
View web version