- Rajinikanth is the super class of all classes in Java (including Object class).
- Rajnikanth can serialize static data members of any class.
- Rajnikanth can serialize transient variables.
- Rajnikanth can extend interfaces in classes.
- Rajnikanth can “force” garbage collector to run..and guess what .. GC runs as higher priority thread n starts collecting garbage.
- Rajnikanth can make a class abstract and final both at same time.
- Rajnikanth never gets stackOverFlowexception.
- Rajnikanth never faces any exception (Rather, Java can face RajnikanthException for any exception conditions) (Improved from earlier).
- Rajnikanth never “try” any code, he directly “catch” the exceptions.
- Rajnikanth can divide by zero. – (older one)
- Rajnikanth can run Java byte code on “any” machine (Including but not limited to Java Virtual Machine).
- Rajnikanth Can use Pointers in JAVA
- Rajnikanth access all PRIVATE data of any class
- Rajnikanth use Operator Overloading in Java
- Rajnikanth pass losts of Parameter using “Pass By Reference”
- Rajnikanth is only person who use printf() in java
- Rajnikanth can Declare function body in INTERFACE.
- Rajnikanth can do MULTIPLE inheritance in JAVA straightfoward.
- Rajnikanth Run Thread Program without Thread LIFECYCLE
- In catch box if u write catch(Rajnikant e) it will catch all exceptions including EXCEPTION E
Subscribe to:
Post Comments (Atom)
social counter
Popular Posts
-
/* Pyramid 5 Example This Java Pyramid example shows how to generate pyramid or triangle like given below using for loop. 12345 1234 ...
-
import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform...
-
First Way First of all you need to enable SSL for your server. For Tomcat you need to generate an openSSL keystore and add the follow...
-
There are a number of features in Java that have no equivalent in C++. Perhaps the three most important are multithreading, packages, and ...
-
There are some primary differences between http and https, however, beginning with the default port, which is 80 for http and 443 for ...
recent posts
category
popular
-
There are some primary differences between http and https, however, beginning with the default port, which is 80 for http and 443 for ...
-
First Way First of all you need to enable SSL for your server. For Tomcat you need to generate an openSSL keystore and add the follow...
-
Since objects are dynamically allocated by using the new operator, you might be wondering how such objects are destroyed and their memory ...
-
import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform...
-
The increased security that HTTPS brings might suggest that it should be used as a matter of course, but there are drawbacks that must be ...
-
In case you need Oracle Java instead of OpenJDK in Ubuntu, here's how you can install it via a PPA: sudo add-apt-repository ppa:...
-
There are a number of features in Java that have no equivalent in C++. Perhaps the three most important are multithreading, packages, and ...
-
Following example demonstrates how to view current classpath using echo command. C:> echo %CLASSPATH% Result: The above code s...
-
This example fill (initialize all the elements of the array in one short) an array by using Array.fill(arrayname,value) method and Array...
-
Following example demonstrates how to set multiple classpath. Multiple class paths are separated by a semicolon. c:> java -classpath ...

No comments: