Dynamic elementary is a process where data moves from internal application boundary to external application boundary or vice-versa.
Example: &n ...
Search results for static
What is difference between static and init block in java?
Posted by Alex (http://technologiquepanorama.wordpress.com)
The static block is only loaded when the class object is created by the JVM for the 1st time whereas init {} block is loaded every time class object i ...
a) The class of a function can be either static or public.
b) A static function is available only to the test or module within which the function was ...
A static variable is associated with the class as a whole rather than with specific instances of a class. Non-static variables take on unique values w ...
What is static in java?
Posted by Devin
Static means one per class, not one for each object no matter how many instance of a class might exist. This means that you can use them without creat ...
« previous1 next »
