TechShiksha by Badkul Technology
5.78K subscribers
135 photos
238 files
617 links
https://www.youtube.com/@TechShikshaBT

Learn Java programming for free
Free hand written notes
Free ebooks
Free assignment support
Paid assignment support
Download Telegram
πŸ‘6❀1
❀5πŸ‘3
Java Code:


public class JavaExercise {

public static void main(String args[]) {

StringBuilder sb = new StringBuilder("Java");

String str = sb.append("Channel"); // Line X

System.out.print(str);

}

}
πŸ‘3😁1
πŸ‘6😁1
Which of the following structures in Java sorts the compounds randomly?
Anonymous Quiz
44%
HashSet
22%
Array
23%
ArrayList
11%
List
Newly Joined Members subscribe to our channel to learn programming and crack written exams.

Like this post if you have already subscribed to our channel

Click on below link to subscribe

https://bit.ly/3NLjOpW

Discuss doubts in @javaforfree
πŸ‘1
What is the output of the Java code snippet above?
Anonymous Quiz
38%
Invalid input, try again.
27%
Invalid input
20%
Not working
15%
The code will not compile.
πŸ‘4
Generally speaking, how do you find the Java code questions in this channel?
Anonymous Poll
29%
Easy
52%
Medium
15%
Hard
4%
So hard
πŸ₯°2πŸ”₯1πŸ‘1
TechShiksha by Badkul Technology
Photo
We're sorry for the mistake in this question.

The correct one: if (i2 == 0) instead of if(i1 == 0)
πŸ‘4
πŸ‘5😁1
Which topic of Java do you need to learn MOST? Please, vote this poll so that we can post questions which you need.

Optionally, you may select two or more options. Please select topics you need to learn 'ONLY'
Anonymous Poll
42%
Inheritance
24%
Pritimive data types
26%
Assignment
51%
Try-catch and/or Thread
35%
Methods
76%
ArrayList, List, HashSet, HashMap (Collections)
41%
Interface and/or enum
25%
Operators
14%
Others (write in comment)
πŸ‘8