Bahot hi badhiya Tarike se explained videos hai...pehli baar itne man se coding padh raha hu... Please agar ho sake toh Python related course bhi dale apne channel pe...taki ham jaise student ka bhala ho..
Sir your videos are very comprehensible as your way of teaching is good. Sir please do upload more videos on oops concepts like enum class, singleton etc. Please 🙏
Sir my doubt is. What happen when we put a string in which 2 or 3 character are same like instead of computer if we put a string MADAM or as my name NITTYAM. and then we applied this functions. sir if we apply indexOf(T) in string NITTYAM then it will give 2 or 3..??
Very helpful for me sir, please teach advance java after completing core java.Core java's video are very interesting hope that advance java's video would also be better to guide me...
thanks sir, this is very very helpful .but I have little doubt in the last program number 31 topics was substrings ,as, you says that in the program mention first index but it doesn't mention last index..why?. why will not mentioned last index no.???
In the previous video u told that s1 prints the reference like s1==s2 means reference r same so in dis vdo when u print s1 it should print the reference why is it printing string present inside s1
how will be the same answer of indexOf("ute",2) and indexOf("ute",4)? In indexOf("ute",2) we are starting from index no. 2(COm(1)p(2)u(3)ter) and In indexOf("ute",4) we are starting from index no. 4 (COMPu(1)t(2)er. can you please explain it
yes I also did compile this code on my pc...Later I came to know the index never changes...for your problem rather than starting from zero to calculate the required index it will start from the letter you will provide input...this is actually for saving time
First of all I think your final class concept isn't clear. Final class is a class that can not be extended ie. inherited. Final class doesn't mean that we can't make changes in object of that class. Hope this helps.
here it showing error when use s2 in both uppercase and lowercase StringExample.java:8: error: variable s2 is already defined in method main(String[]) String s2=s1.toLowerCase();
Now this is 2021........yet your videos will be most useful in future ...like iPhone..... 😊😀
sir u r the best teacher of computer science.Your courses are much much better than udemy and coursera courses. Thankyou sir.
Bahot hi badhiya Tarike se explained videos hai...pehli baar itne man se coding padh raha hu...
Please agar ho sake toh Python related course bhi dale apne channel pe...taki ham jaise student ka bhala ho..
good, easy to learn basics from you sir, thanks🙂
Sir Ismai mistake hai
Appnai boola hai agar value negative hai to dictionary order Mai hai appnai utla likh diya hai
Sir, your core java's video is very interesting for me please upload all core java video so that i could easily understand everything.
+Zaheer Ahmad I am uploading videos almost daily, so very soon core java will be over. visit www.mysirg.com
@@javabysaurabhshuklasir3459 you are concatinating(+) him 😂😁
@@dakshsaxena4298 😁
Sir your videos are very comprehensible as your way of teaching is good. Sir please do upload more videos on oops concepts like enum class, singleton etc. Please 🙏
Sir, thank you very much for teaching us ... Still u r best
Sir JI Chanel Verifid hoo gya WWWWOOOOOOOWWWWWW
aapse zaada too mujhe khusi hoo rahi hai
sir plz upload advance java videos too..your videos are very informative
yes sir plzz upload advance java concept too
Sir your videos are very helpful.
Very good and knowlegble video...Thanks sir
Great sir 👍👍👍👍
Sir my doubt is. What happen when we put a string in which 2 or 3 character are same like instead of computer if we put a string MADAM or as my name NITTYAM. and then we applied this functions. sir if we apply indexOf(T) in string NITTYAM then it will give 2 or 3..??
Sir, you are really very intelligent..!!
Humm logooko malum hain
Very useful video sir
Case conversion methods returns the object with updated value which needs to be set in a reference variable.
Sir... Please explain split function of string
Sir AAP jdk 8 use KR rhe h or ab jdk 12 aa gya h..to kaafi changes b aaye h wo changes hme kese PTA chlega
Very helpful for me sir, please teach advance java after completing core java.Core java's video are very interesting hope that advance java's video would also be better to guide me...
Way of teaching is good
sir plz provide the example video on java string
Thankyou sir✨🙇♂
Sir when to use dot operator and in which condition it is used?
thanks sir, this is very very helpful .but I have little doubt in the last program number 31 topics was substrings ,as, you says that in the program mention first index but it doesn't mention last index..why?. why will not mentioned last index no.???
Thank u very much it helped me a lot
Great sir
sir , creating obj for string using new keyword is producing error in netbeans , struck at this point , advise what to do nxt
Sir please tostring method ki b video bana kr upload kare thanks
count the number of occurrences of a character in a string using java .sir can you explain this program in simple way.
Outstanding Sir
In the previous video u told that s1 prints the reference like s1==s2 means reference r same so in dis vdo when u print s1 it should print the reference why is it printing string present inside s1
Sir hame ute ko index 4 se find karna suru kiya to index 0 nai ana chaiye??4 kyun ata he
sir, It is showing error in writing the same code in command prompt
u said String is immuteable then how s2 is changed once initialised in capital letters
if any string object has its contents manipulated....its then treated as a different object(to the compiler) with the same name
Thank you very much sir
You didnt mention convert to uppecase and lowercase ,and is whitespaces() method....
Sir what about string buffer
indexOf(int ch)----> aagar iss method kisi particular character ka index return kaarta hai,toh character kaa type int kyu hai ?
It's a typing mistake. indexOf(char ch)
This is right signature of function.
Sir design pattern per vid banao n
Sir please upload video on StringBuffer topic in java....... I have really needed..... Kindly help me sir....
Did u get the StringBuffer topic...
Sir what's weak reference and strong reference
THNKS a lott sir
sir its very helpful but you did not tell anything about string buffer which is mutable
string buffer class is missed out
how will be the same answer of indexOf("ute",2) and indexOf("ute",4)? In indexOf("ute",2) we are starting from index no. 2(COm(1)p(2)u(3)ter) and In indexOf("ute",4) we are starting from index no. 4 (COMPu(1)t(2)er. can you please explain it
index always remain same. no matter where we search from
yes I also did compile this code on my pc...Later I came to know the index never changes...for your problem rather than starting from zero to calculate the required index it will start from the letter you will provide input...this is actually for saving time
sir in first example s2 is also a string.....and string class is final...then how do it change for......lower case also.....???
First of all I think your final class concept isn't clear. Final class is a class that can not be extended ie. inherited.
Final class doesn't mean that we can't make changes in object of that class.
Hope this helps.
Sir g hum lst index me mp ki jagah pm likh skte h?
Nice
output of indexOf(ch) and LastindexOf(ch) will be same for any index. so whats the difference bw them?
only difference is that in lastindex we begin from end of string keeping the index =0 of 1 st character of string and index we begin from starting
Sir this is incomplete agar string ka topic hai to string buffer and string builder bhi hona chaiye.. isme
Sir please tell me about enums in java
Thank You.
Sir indexOf() method ke andar type 'ch ' ka char hona chahiye jabki int likha hai.. aisa KYUN??
Rajalakshmi Mohan yupp..same doubt..I think galti se likh diya h.. maybe.. I guess
whatsapp pe bhi share kr sakta hu na sir
sir phir s2 capital se small letter me kaise change ho gya jbki immutable hai to?
Sir plz muje compress (deflater file and uncompressed(inflater) file sikana hai to wo vidio send kijiye plz
yha s2 ko meri kaise milega object to sirf s1ka bnaya gya hai
Sir plz tell valueOf fun
sir unicode kaise nikale
String pool and string buffer missed kr Diya sir aapne
Nice sir but not good as c and c++ series on your channel
Ye text editor konsa hai ,koi batao plz
notepad
Thoko like
Informative
here it showing error when use s2 in both uppercase and lowercase
StringExample.java:8: error: variable s2 is already defined in method main(String[])
String s2=s1.toLowerCase();
Can you paste your program here?
OUTPUT:_WHY NO CHANGE IN STRING??.....import java.util.*;
class A{
public static void main(String[] args) {
String a=new String("AMITA");
String b=new String("MISHRA");
System.out.println("BEFORE COVERSION:-");
System.out.println(a);
System.out.println(b);
System.out.println("AFTER CONVERSION:-");
String c=a.toLowerCase();
String d=b.toLowerCase();
System.out.println(a);
System.out.println(b);
}
}
two last statements are wrong. Instead pass c and d in print statement: System.out.println(c);
This'll not print uppercase and lowercase, Have to print c and d reference variables.
Phadate hai
Sir aap bahut kharaab phadate ho(you teach very bad) aapse Accha to deepak panvar sir(ultra legend of java programing ) (smart programming )