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
predict the output
❀3πŸ‘1
In Java, the condition inside an if statement must evaluate to ?
Anonymous Quiz
47%
boolean
12%
int
8%
string
32%
any data type
Bookmark this page, we update Mcqs daily. Today's mcq on If else has been updated here
If you are using mobile to access this link scroll down to the page there you will find Mcqs
https://textboxtechnology.com/multiple-choice-questions/
Try writing below programs this will help you learn one concept, that how to find digits in a number and play with them

1. Write a program to calculate sum of digits of a number
2. Write a program to calculate multiplication of digits of a number
3. Write a program to calculate difference of sum of even digits and odd digits
4. Write a program to calculate difference of sum of digits on even position vs odd positions
5. Write a program to reverse the number
6. Write a program to check if a number is palindrome or not
7. Write a program to check palidrome sum.
8. Write a program to count number of palindrome numbers in a range
9. Write a program to find largest palidndrome in the range
10. Write a program to find smallest palindrome in the range
11. Write a program to find the count of even digits in a number.
12. Write a program to find the count of odd digits in a number.
13. Write a program to find the count of even digits at even positions in a number.
14. Write a program to find the count of odd digits at even positions in a number.
13. Write a program to find the count of even digits at odd positions in a number.
14. Write a program to find the count of odd digits at odd positions in a number.
15. Write a program to count palindrome numbers within palindrome number.
πŸ‘9❀8
https://www.youtube.com/playlist?list=PLqDGM2q_T_ByA2Pt752_fvWrTWoCJOfDp

written exams playlist
you can comment programs that you want a solution video with explanation
πŸ‘3
πŸš€ Boost your coding productivity with Eclipse hacks! 🌟

πŸ”₯ Discover the ultimate playlist packed with hidden features, time-saving tricks, and shortcuts for Eclipse. 🎯 Level up your coding game and witness a significant productivity boost. πŸ’ͺ

πŸŽ₯ Check out the playlist here: [https://www.youtube.com/playlist?list=PLF8lar1zxqXaKQZWqzE1WJ3f-u0g49zzL]

πŸ”– Don't miss out on this golden opportunity to enhance your coding experience on Eclipse! #EclipseHacks #CodingProductivity #TimeSavingTricks
πŸ”₯2
Can an if statement be nested inside else statement?
Anonymous Quiz
84%
yes
16%
no
Can an else statement be nested inside another else statement without if statement?
Anonymous Quiz
40%
yes
60%
no
Forwarded from TechShiksha by Badkul Technology (admin)
#Quiz_Java (Question - 107)

Which of these method of class String is used to extract a single character from a String object?
Anonymous Quiz
13%
characterAt()
63%
charAt()
19%
CharAt()
6%
None of the above
πŸ”₯2
How many interfaces, a class can implement in java?
Anonymous Quiz
23%
Only one
19%
2
54%
Infinite
4%
Subscribe to frbjava on youtube to learn Java
Predict the output
πŸ“Œ Did you know? You can bookmark your favorite code, just like you bookmark your favorite websites!

πŸš€βœ¨ Discover how to enhance your Eclipse productivity with code bookmarking in this short video.

https://bit.ly/3NJ5m1y
❀1πŸ”₯1
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://tinyurl.com/dzrt4f7d 
 
Discuss doubts in @javaforfree
πŸ‘3
Checkout our updated list of MCQs.

If you are using mobile to visit website scroll down to see quizzes based on topics.

https://textboxtechnology.com/multiple-choice-questions/
Playlist of eclipse to boost your eclipse experience

https://www.youtube.com/playlist?list=PLF8lar1zxqXaKQZWqzE1WJ3f-u0g49zzL
Guys we have few slots open for mock interviews.

Actual cost for 60 mins interview is 1000 but for our group members it is free of cost.

You will be given real time feedback which will help you in actual interviews.

To boom your slot connect with @frbjavaadmin
Guys see this video, where we have explained the logic on how to reverse an array without using extra space. See if you can write program with the explanation of logic.
Share your program in comments of this post. Tomorrow we will create solution video.
This question was asked in TCS, interview yesterday

https://youtu.be/KgNL5-bxTws
πŸ‘2
predict the output