What is the difference between Super and This Keyword?
Answer Posted / chandrasekhar
Super is used for refer super class members.this is used for refer same class meembers
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the relationship between the canvas class and the graphics class?
how i secure my site with the https protocol.what are the steps?
What is local interface. How values will be passed?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is the difference between static and non-static with examples?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are the different methods of identifying an object?
Why a client should be multithreading? Explain.
Do we need to override service() method
Are we allowed to change the transaction isolation property in middle of a transaction?
Which container method is used to cause a container to be laid out and redisplayed?
What are the different algorithms used for clustering?
What is a tasks priority and how is it used in scheduling?
What are callback interfaces?
What modifiers may be used with an inner class that is a member of an outer class?