I am watching this video at this time of night, and you just reminded me one of my maths teacher, I respect you and him also.. I am Just started missing him.😔.
Hello sir, I have been following your tutorials on JAVA for the past few weeks and so far I can say that these are the best I have seen. Thank you for the lessons. However, I do have a question about if you are going to make a video on loops and arrays. Please let me know..I am sure others are also waiting for these two JAVA topic
Sir ur video is simply awesome. I didn't hav any idea abt string handling till i saw ur video.pls upload videos on pattern programs also.Pls do it at the earliest as I'm having my exams coming
concat line erase chesaru kada length method print cheyadaniki...okavela ah line unchi,string length print cheste apudu a string length (hello length vastadha or length vastadha)?
These are stored in different places in heap memory. Once, we can use it to print. But, their value is not changed in the memory place. Each memory has a hashcode. (i.e.) " System.out.println(variableName.hashcode);" We can see every variable hashcode.
Sir is it ASCHII code or UNICODE ? Now Technology moves towards UNICODE, But you gave the same value as ASCHII code for the character set. I may be wrong, Just I asked my doubt sir.
The heap is a memory used by programming languages to store global variables. By default, all global variable are stored in heap memory space. It supports Dynamic memory allocation. The heap is not managed automatically for you and is not as tightly managed by the CPU.
You are one of the best teachers of Java language on UA-cam. Many thanks for simplifying concepts that are made difficult by some professors.
I am watching this video at this time of night, and you just reminded me one of my maths teacher, I respect you and him also.. I am Just started missing him.😔.
Hello sir, I have been following your tutorials on JAVA for the past few weeks and so far I can say that these are the best I have seen. Thank you for the lessons. However, I do have a question about if you are going to make a video on loops and arrays. Please let me know..I am sure others are also waiting for these two JAVA topic
Hello sir,your videos are excellent for a quick and thorough revision for the purpose of exams.Really helped a lot.Thank You!!!!!
Your explanation was so super
Asalu super super sir meru...very gud explanation
its too good .i appreciate your way of explaining the concepts .
Tum bahut mast kaam karta hai sundeep sir!😄
Tq sir nice explanation 👍 👌 😊
easy to understand....well teaching
you are amazing sir
your teaching is sooo good
pls keep continuing this.
thank u so much sir
Very good explanation
Best video lecture in UA-cam...
Very nice explanation sir
Thank you
Awesome sir... It helped me very much sir and it was very clear sir... Tq sir 😍😍😍😍
Can u give important Programing questions and answers for experience
thanku sir
Good explanation sir
Thank you sir
Yes sir thanks for the vedeo
Good lecture sir...thank you
Hi sir...... Come soon u will teach varriables and literals... Pls sir it's my kindly request... Ur teach perfect💯💯👍👍👏👏👏👏 tq so much sir🙏🙏
Awesome!
Sir ur video is simply awesome.
I didn't hav any idea abt string handling till i saw ur video.pls upload videos on pattern programs also.Pls do it at the earliest as I'm having my exams coming
I think you've not seen other videos on Java. This video is 💩
Follow smart programming
Great thanks..
Java important questions send cheyyandi sir,
include this video in the java playlist
How many ways can implement string sir
thank you :)
great!!
thank you
sir, you didnt tell about ignorecase functions!
str.indexOf("string passed") here this should be correct
How does replace method work?
concat line erase chesaru kada length method print cheyadaniki...okavela ah line unchi,string length print cheste apudu a string length (hello length vastadha or length vastadha)?
Or *hellowelcome length vastadha?..
Sir on finding the index of string, if we want to find the index of L , so it displays the index of 1st L but what about second L
Hello sir i heard ASCII value for capital alphabets starts from 65 onwards so what is the difference between ASCII and unicode values sir
Very useful
thank you so much!
Sir ,Did every concepts are present in your 40 vedios sir(@Java )
Sir,Please give me the response as soon as possible
80% core java is completed
Sir we have to use java.lang package while using string methods
Not necessary
No. java.lang is the default package. Even if you don't import, it's ok
But you have to import other packages. Only java.lang is exception
Super sir
I like very much of your teaching sir. Nice job is will upload videos bites on utube
hello sir, I can understand the concept of compare to laa u told some number onnum puriyaa la
Awsm sir ❤😍
string class is immutable so how we can able change upper to lower case and replace the string?
These are stored in different places in heap memory. Once, we can use it to print. But, their value is not changed in the memory place. Each memory has a hashcode.
(i.e.) " System.out.println(variableName.hashcode);" We can see every variable hashcode.
sir strings doesn't contain replace method
U said string functions r in java.lang.* but u haven't import this ....y Sir? ?
import java.lang.* is default header , so need to import
Can we break a String in java
yes, we can using split() method.
public class GFG {
public static void main(String args[])
{
String str = "geekss@for@geekss";
String[] arrOfStr = str.split("@", 3);
for (String a : arrOfStr)
System.out.println(a);
}
}
Thanks sir
GOOD CLASS SIR
Sir is it ASCHII code or UNICODE ? Now Technology moves towards UNICODE, But you gave the same value as ASCHII code for the character set. I may be wrong, Just I asked my doubt sir.
Those are ascii codes
Thank you sir
Sir what is heap memory?
The heap is a memory used by programming languages to store global variables. By default, all global variable are stored in heap memory space. It supports Dynamic memory allocation. The heap is not managed automatically for you and is not as tightly managed by the CPU.
thop😉😉
Hi sir...
Please upload the vedio on arrays topic
Write programs on white board
Thank you so much sir 😭💕🙏🏼
hello sir
Sir, in the case of replace, wheather the whole string will be replaced or only the particular character in that string will be replaced?
particular Character only
Sir upload methods video in java.... Please
Nice explanation sir..
anna meru telugu a
"Hello Sir" here what is the length sir. Because there is a space
9
Space is also counted hence instead of 8 it's 9
Oops programming