Difference between this(), super()?
Answers were Sorted based on User's Feedback
Answer / jitender
this,super key words not accepted static keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil kumar singh
1: 'this' keyword is only use to call to parametic
constructors within the same class.
2: 'super' keyword is use to call to parametric
constructors of base class.
| Is This Answer Correct ? | 7 Yes | 12 No |
What does I ++ mean?
Features of Java?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
Why hashmap is used in java?
what is bytecode? watz the difference between machine code and bytecode?
How to handle a web browser resize operation?
Why wait and notify methods are declared in object class?
Are constructors methods?
Which is better stringbuilder or stringbuffer?
Explain different ways of creating a thread. Which one would you prefer and why?
Explain JSP life cycle
Differences between traditional programming language and object oriented programming language?