TechPoint
Home
About Us
Contact Us
Blog
Monday, 2 February 2015
Static Block in javajava
By
Unknown
11:42
It is used to initialize the static data member. It is excuted before main method at the time of classloading.
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Popular Posts
Why Oak name for java language?
Oak is a symbol of strength and choosen as a national tree of many countries like U.S.A., France, Germany, Romania etc. In 1995, Oak was...
How is 'this' pointer passed to the member method?
We know the 'this' pointer points to the object being worked on. All the member methods access object's data using 'this...
Java Class Loader
Java ClassLoader loads a java class file into java virtual machine. It is as simple as that. It is not a huge complicated concept to learn...
Static Block in javajava
It is used to initialize the static data member. It is excuted before main method at the time of classloading.
Reference vs. Pointer
A reference is an alternate name for an object/variable. Reference is an implicit constant pointer to a variable. It can’t be used to ...
Relationship between high level language data type with the processor's Data type
The size of any data type in any high level language like C/C++ has no direct relationship with the processor's data type. The size of...
'this' pointer implementation
In C++, the ‘this’ keyword is a constant pointer to object. It is actually a local variable defined in each member function, including c...
What is the purpose of JIT compiler in Java ?
JVM (Java Virtual Machine) JVMs are available for many hardware and software platforms (i.e.JVM is plateform dependent).JVM (Java Virtua...
Follow on Facebook
Powered by
Blogger
.
0 comments:
Post a Comment