sir to create object we need to create class but why for Integer why can not create class
@HarishKumarNamballa6 сағат бұрын
sir, nenu chala struggels ni face chesanu endhukante asalu telugu lo aa course kuda evaru cheppatledu okavela cheppina clarity gaa ledu but,u r saying well sir compared to other telugu channels
@nizamkarivarsha10207 сағат бұрын
sir,if u have time dsa with java kuda cheppataniki try cheyandii
@MonikapranathiReddy10 сағат бұрын
tq so much sir😊chala paciency tho videos chestu maku ento useful content estunnaru🤗 And ur the best teacher sir 😊
@MuraliMohanReddyChinnamallu11 сағат бұрын
Can we get the text from the input box present in prompt box
@mamatha-themoongirl606...512 сағат бұрын
Excellent ga chepthunnaru brother patience tho👌😻
@mdteja446815 сағат бұрын
Feeling so happy to find this HYR Tutorials...
@KJLAKSHMIPRASAD2022-CSE15 сағат бұрын
cheyamu endukante nenu inka anta deep ga nerchukoledu subject
@MelodyMovement-wq6by19 сағат бұрын
chala youtube videos and chala website lo kuda chusaaa kani meelaga evaru cheppaledu
@JagadeeshNaidu-y9i23 сағат бұрын
Understood Very Clearly I like the way you teach
@JagadeeshNaidu-y9i23 сағат бұрын
Very satisfactory
@Dheeraj-ji9klКүн бұрын
package String; import java.util.Scanner; public class Assignment_7_6 { public static void main(String[] args) { Scanner sc =new Scanner (System.in); System.out.println("enter string words"); String line=sc.nextLine(); String []d=line.split(" "); String output=" "; for(int i=0;i<d.length;i++) { String b=d[i]; String reverceContiner=" "; for(int k=b.length()-1;k>=0;k--) { reverceContiner +=b.charAt(k); } output+=reverceContiner+" "; } System.out.println(output.trim()); } } this code is enough for your mentioned output. is it ok na sir
@karthiklocalboyКүн бұрын
Any plannings for spring videos ?
@hiharinathКүн бұрын
🙂 Bro i have one doubt that is you have soo much knowledge about java.where you do the Software job bro ? Your a employee or teaching faculty bro ??
@lakshmiv3970Күн бұрын
Mi explanation superb sir.. chala clear ga undi nd API testing pi videos cheyandi plz sir
@soujanyasss5380Күн бұрын
Tell everyone to subscribe anna
@KiranKumar-oi4hlКүн бұрын
sir videos konchum fast ga chaiyandi mari late ga chesthunaru plss
@gana-xw1voКүн бұрын
timeline 6:13 lo sir arrays use cheyalante object create cheyalani cheparu kada sir? *without object * int[] marks = {10, 20, 30, 40}; System.out.println(marks[0]); System.out.println(marks[1]); System.out.println(marks[2]); System.out.println(marks[3]); *with object * int[] marks = new int[4]; marks[0] = 10; marks[1] = 20; marks[2] = 30; marks[3] = 40; System.out.println(marks[0]); System.out.println(marks[1]); System.out.println(marks[2]); System.out.println(marks[3]); without object and with object dwara kuda manam use chestama kada sir , indulo Adi preferrable sir ?
@mogilicherlaabhishek8484Күн бұрын
IN PRIORITYQUEUE THE INSERTION ORDER IS NOT MAINTAINED , BUT IN THE TABLE IT IS YES ?
@Navya__14Күн бұрын
Thank you sir❤
@Navya__14Күн бұрын
Hii sir Handling even position values of an array using for each loop public class Foreach { public static void main(String[] args) { int i=0; int[] value={1,2,9,16,25,36,49,81,100}; for(int a:value) { a=value[i]; System.out.print(a+" "); i=i+2; } } }
@AmukthamalyadaAruruКүн бұрын
Super bro super explanation
@Navya__14Күн бұрын
Thank you sir Could you plz share yours mail id
@lakshmiv3970Күн бұрын
Sir plz do videos on API testing
@mr.mechcoder622Күн бұрын
I need to give n+ like but it is not possible, your dedication❤❤❤🎉 ,all time grate explanation
@YathamDivyasreeКүн бұрын
package com.hyrtutorials; import java.util.Scanner; public class StudentMarks { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("Enter student marks :"); int stuMarks = scanner.nextInt(); if(stuMarks < 35) { System.out.println("student is failed"); } else if(stuMarks == 35) { System.out.println("student is passed"); } else if(stuMarks >= 35 && stuMarks <= 70) { System.out.println("student secured third class"); } else if(stuMarks >= 70 && stuMarks <=85) { System.out.println("student secured second class"); } else { System.out.println("student got first class"); } } } Iam done with my assignment and I got output Thank you for the good explanation sir
@soujanyasss5380Күн бұрын
Anna meeru cheppinattu starting numdi chestunna. Doubt emtamte java 8 use chestunna, note pad lo program raasaka save chesa, .java ani vochimdi but sourcefile ani raledu, java file ani vochimdii. Adi emduku problem aa
@Varma-m2hКүн бұрын
Multidimensional array video complicated ga undhi andi..
@Lazy_Learner494Күн бұрын
I attended the java class 27/12/2024
@JagadeeshNaidu-y9i2 күн бұрын
Classes anni chaala baga chebuthunaaru I appreciate
@hitascreativeworld20122 күн бұрын
Hello sir , thank you so much for your tutorials it helped me alot i have a doubt actually what is the difference between the abstraction and encapsulation
@ManasaAligala2 күн бұрын
since past 10 days i was listening to your classes sir it was very clear and more over your explanation from topic to topic was in depth i think listening to your classes and following is far better paying lakhs of money on institutions for the placements. tq once again for your effort towards the people you are not supposed to learn through those coaching centres due to their financial situation we hope your growth of your channel n will be supporting always from the bottom of our heart once again thankyou so much sirrr....🙏
@bharathkumarvalligatla84912 күн бұрын
sir i want notes of collection frame work
@chandini53582 күн бұрын
Very nice explaination ❤❤
@swathireddykompelli68102 күн бұрын
Super sir im searching for gold but i found a diamond 💎 your channel is a diamond sir thank you sir 🎉
@mohamadshakeer87342 күн бұрын
Sir Eclipse install cheste java installation avasaram leda
@hiharinath2 күн бұрын
Sir 🫡 I respectfully thanking you sir 🙏🏻.
@sridharpanduru38252 күн бұрын
I am facing the error sir
@dharaniyalla2 күн бұрын
Thank you Anna❤
@12d8madhuriganaparapu32 күн бұрын
Incase it is static variable nd non variable how can we create the variable
@farukhshaik2 күн бұрын
full DBMS SQL series cheyandi , Placements interview ki help avuthundi. Great Java series ❤
@Anjanadevi-p4u2 күн бұрын
Now starting
@tharakramcharantejyazali3 күн бұрын
nenu icse class 10 chaduvutunnanu so, in the syllabus we have java , mee videos naaku chaala help chesini sir great videos deserves great effort by the creator
@gurudance54993 күн бұрын
Thank you so much for your indepth explanation
@rajeshg55163 күн бұрын
F3 KEY IS not working my system.plz help me
@wicky2713 күн бұрын
I have never seen such teaching before , Hats off brother😍
@naveendusa88453 күн бұрын
Thank you ❤Bro very clear indapth explanation in the exception Handling .....👏
@hiharinath3 күн бұрын
Thanks Guruji 🙂
@LG_boys.3 күн бұрын
super detail ga chepthunnav bro...thank you bro...