Sir am really very thankful for you, am following your channel for java subject. I got a grip on java by listening to your lectures.its really good sir.
As display method is in same class why we created object for display method and called using using object. Can we call display method without creating object??
I understood the concept that this keyword is used to access instance variable inside a function. But, I could not understand the definition - it represents instance variable of current object, but there is no object there is class and class has instance variable.. and we use that instance variable of class inside method using this keyword.. so is it ok to say it represent instance variable of current class ...?? 2) what do u mean by current object
Sir I want to learn collections form your way plz , if your free give me the knowledge of collection framework. The way of your explanation nice we won't miss following concepts as well as
Sir I have any doubts in programming language I watch u r viedos only,u r explanation is super sir but sir while recording the video the brightness is suddenly increasing and suddenly decreaseing sir white board kadha so brightness increase ienapudu aa letter em kanipichatam ledu sir sarega adhi kuncham problem ga undhi sir
In the class we have declared the variable outside the display method. How are we accessing the variable without creating the object. Please clear my confusion.
for this program iam getting the local variable as output for both statements as 200, where the code i writen wrong sir ThisDemo { int a=10; void usingthis(){ a=200; System.out.println("instance variable="+this.a); System.out.println("local variable is="+a); } } public class Main{ public static void main(String[] args){ ThisDemo is=new ThisDemo(); is.usingthis(); } }
Sir u are no less than a scientist. Huge favor u doing on students like us.
Sir am really very thankful for you, am following your channel for java subject. I got a grip on java by listening to your lectures.its really good sir.
In love with your videos ...keep on going sandeep ji❤
Thanks TH-cam for giving this sir on top of search.
Amazing 🙏🙏🙏🙏 tq a bunch sir, explanation 🤐🤐🤐
Excellent Sandeep. So easy to learn Java concepts with you. You really have great command over Java
clear explanation about this keyword tq sir
Thanks sir for made this video.
thank you sir😊
such a clear explanation,thank you so much sir
Good work
holy shit !!!!!!!. I just got understand everything . wow omg
Nice explanation.. even though I'm new to Java understood it easily... thank you sir🙏
Spr sir
thank u so much for ur explain. ..I was very confusing about this keyword...sir
brilliant sir
beautifully explained .....
Sir I need explanation for this keyword in method level,constructor level
Super explained
Nice sir
Superb sir
Thank you so much 🙏
thanku sir
Sir u are god
👌👌👌
amazing sir 💕
As display method is in same class why we created object for display method and called using using object. Can we call display method without creating object??
Understood...thanks so much
More love..
Your channel should grow
thanks
I understood the concept that this keyword is used to access instance variable inside a function. But, I could not understand the definition - it represents instance variable of current object, but there is no object there is class and class has instance variable.. and we use that instance variable of class inside method using this keyword.. so is it ok to say it represent instance variable of current class ...?? 2) what do u mean by current object
thankyou very much sir :)
sir in program we have used instance variable
then why we are not created object to the instance variable
Thisdemo obj is necessary for it sir
Thank you sir. 😊
Thank you sir
Sir I want to learn collections form your way plz , if your free give me the knowledge of collection framework.
The way of your explanation nice we won't miss following concepts as well as
Sir I have any doubts in programming language I watch u r viedos only,u r explanation is super sir but sir while recording the video the brightness is suddenly increasing and suddenly decreaseing sir white board kadha so brightness increase ienapudu aa letter em kanipichatam ledu sir sarega adhi kuncham problem ga undhi sir
In the class we have declared the variable outside the display method. How are we accessing the variable without creating the object. Please clear my confusion.
That is non static variable..
Non static variables are directlt accesed by using variable name
Sir is this possible to access instance variables without object?
No, pls. listen video . 01:17
what will happen if we want to print the system.out.println(obj.a) in the main class?
10
Tq u sir
Sir, you said that we need to create an object to access instance variables, but you didn't create . Can you please clarify my doubt.
sir
we always have option to use different names for different variables
then un this case why using same name for separate variable?
We can create a lot of objects of class. Which object is current object ? I am confused
sir u r a very good teacher..pls help me what is object passing as a parameter and callby value and call by refernece pls help me sir
Baaa cheppav anna
Sir, is self in Python is same or different as this in java.
Can we print by. Writing main method in another class
sir please explain about aggregation concept in java
Sir,I need examples of this keyword
♥ u sir
♥
is there any other uses of this key word in Java?
Sir, this keyword is can be used implicitly and also explicitly. Pls can you explain this clearly
Sir why constructor name same as the class name
for this program iam getting the local variable as output for both statements as 200, where the code i writen wrong sir ThisDemo {
int a=10;
void usingthis(){
a=200;
System.out.println("instance variable="+this.a);
System.out.println("local variable is="+a);
}
}
public class Main{
public static void main(String[] args){
ThisDemo is=new ThisDemo();
is.usingthis();
}
}
always this keyword starts with small 't'
Sem 5 presentation 2023 December
Thank u sir