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
What do you want to do in an IT company?
Anonymous Poll
72%
Developer
15%
Tester
6%
Business analyst
7%
Data analyst
See this video to on how to check if string is palindrome or not
Can you write this program ?
Can you write a program to check if a character is present in a String or not
Input: Hello e
Output : “yes” @javaForFree
Anonymous Poll
61%
Yes
17%
No
21%
Share solution
Tomorrow 9am we will share a video to solve this questions
We will show you 2 approaches to do it
We will practice many questions in strings, once we hit 1000 subscribers we will be able to have live streaming on youtube
If you have not yet subscribed to our channel. Please do it, we need 1000 subscribers to be able to start live streaming
https://www.youtube.com/c/FrbJava
Can you write a program to check if a character is present in a String or not
Input: Hello e
Output : “yes” @javaForFree
Anonymous Poll
61%
Yes
17%
No
21%
Share solution
Can you write a program to take array as input from user?
Anonymous Poll
80%
Yes
20%
No
👍1
Watch this video to learn how Has a relation works in oops
Also this video explains how can you generate getters setters constructor etc using eclipse
Very useful must watch video
Predict output of below program
int x = 5;
int y =10; if(x>y || x!=y) { System.out.println(true) ; }
Anonymous Quiz
68%
true
32%
Nothing will he printed