TechShiksha by Badkul Technology
What will be the output of following code ?public static void main(String[] args) { Integer i1 = 127; Integer i2 = 127; System.out.println(i1 == i2); Integer i3 = 128; Integer i4 = 128; System.out.println(i3 == i4); }
Linkedin
FRB Java on LinkedIn: What will be the output of following
π4
above is the explaination of yesterday's quiz. why first syso is printing true and second one false
Forwarded from TechShiksha by Badkul Technology (admin)
Newly Joined Members subscribe to our channel to learn programming and crack written exams.
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
#Quiz_Java (Question - 82)
If a Java program has 4 classes then how many class files will be generated after compilation?
If a Java program has 4 classes then how many class files will be generated after compilation?
Anonymous Quiz
13%
2
58%
4
12%
8
17%
None of the above
π3β€2
Newly Joined Members subscribe to our channel to learn programming and crack written exams.
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
π1
#Quiz_Java (Question - 83)
The β.classβ file has the same name as the class defined in the program.
The β.classβ file has the same name as the class defined in the program.
Anonymous Quiz
72%
True
18%
False
9%
Sometimes
1%
None of the above
π5π€―1
Newly Joined Members subscribe to our channel to learn programming and crack written exams.
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
π1
Anonymous Quiz
55%
True
35%
False
7%
Both
2%
None
π5π₯°1
Anonymous Quiz
46%
.java
43%
.class
7%
.exe
4%
.byc
β€1
We are offering below course
Price 2000 INR
Course duration 1 month
Mode of teaching online
Batch size : 10 max
Doubt solving and support through dedicated telegram group.
You can contact admin if interested
Chapter-1 : Java Introduction
Chapter-2 : Setup and First Program
Chapter-3 : Data Types & Variables
Chapter-4 : Operators & Control Statements
Chapter-5 : Logical Programming
Chapter-6 : Arrays & Control Statements
Chapter-7 : OOPS
Chapter-8 : Mini Project On OOPS
Chapter-9 : Exception Handling
Chapter-10 : File I/O
Chatper-11 : Collections
Chatper-12 : Multi Threading
Chatper-13 : Generics
Chapter-14 : Annotations
Chapter-15 : Java New Features
Chpater-16 : Project Development
Price 2000 INR
Course duration 1 month
Mode of teaching online
Batch size : 10 max
Doubt solving and support through dedicated telegram group.
You can contact admin if interested
Chapter-1 : Java Introduction
Chapter-2 : Setup and First Program
Chapter-3 : Data Types & Variables
Chapter-4 : Operators & Control Statements
Chapter-5 : Logical Programming
Chapter-6 : Arrays & Control Statements
Chapter-7 : OOPS
Chapter-8 : Mini Project On OOPS
Chapter-9 : Exception Handling
Chapter-10 : File I/O
Chatper-11 : Collections
Chatper-12 : Multi Threading
Chatper-13 : Generics
Chapter-14 : Annotations
Chapter-15 : Java New Features
Chpater-16 : Project Development
π13π1
Anonymous Quiz
14%
int
12%
String
30%
Object
45%
Both String And Object
π7π2π₯°1
Anonymous Quiz
7%
char
25%
boolean
60%
String
7%
float
π2
Forwarded from TechShiksha by Badkul Technology (admin)
Newly Joined Members subscribe to our channel to learn programming and crack written exams.
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
Click on below link to subscribe
https://tinyurl.com/dzrt4f7d
Discuss doubts in @javaforfree
Which of the following is NOT an implementation of the Map interface?
Anonymous Quiz
16%
HashMap
24%
TreeMap
32%
HashTable
29%
HashSet
π₯2π2π1