Pages
(Move to ...)
Home
about
privacy policy
disclaimer
submit a post
contact me
▼
concept of method overriding
›
Having the same method in the subclass as declared in the parent class is known as method overriding. If a subclass provides a specific i...
the static keyword
›
The static keyword is used in java mainly for memory management. We may apply static keyword with variables, methods and blocks. The stat...
concept of constructor
›
Constructor is a special type of method that is invoked at the time of object creation. It is used to initialized the object. RULE : 1) ...
Android 4.1, Jelly Bean :: new features
›
Android 4.1, Jelly Bean: The world's most popular platform gets even better : android jelly bean :: futureX Fast & sm...
method overloading in JAVA
›
In same class, if name of the method remains common but the number and type of parameters are different, then it is called method overloadi...
‹
›
Home
View web version