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
Forwarded from TechShiksha by Badkul Technology (spring boot and microservices admin)
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
πŸ‘6πŸ‘1
what will be the value of a and b after this ?
πŸ‘Ž2❀1
Forwarded from TechShiksha by Badkul Technology (spring boot and microservices admin)
Which of the following is a new feature introduced in Java 17?
Anonymous Quiz
24%
records
20%
switch expression
38%
lambda expression
19%
Generics
πŸ‘7
In a while loop, when is the loop condition checked?
Anonymous Quiz
39%
Before each iteration
23%
After each iteration
31%
Before the loop starts
8%
After the loop ends
πŸ‘3πŸ‘Œ2
Which of the following statements correctly creates a two-dimensional array with 3 rows and 4 columns?
Anonymous Quiz
68%
int[][] matrix = new int[3][4];
9%
int[3, 4] matrix = new int[][];
13%
int[3][4] matrix = new int[];
10%
int[][] matrix = new int[]{3, 4};
πŸ‘7
Which of the following statements is true about the loop body in a while loop?
Anonymous Quiz
22%
It must always execute at least once
11%
It will always execute
65%
It executes based on the condition
2%
It is optional
predict output without running code
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
Can you have public static void main method in an interface ?
Anonymous Quiz
63%
yes
37%
no
πŸ”₯7πŸ‘1