answersLogoWhite

0

What is static in java programming?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

The executable codes which are loaded into RAM from a .class file,

which may or may not be execute at the same time i.e may or may

not execute later but loaded into RAM.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why do you use static key word in Java programming?

Static is a keyword,when u execute a method in class file loaded, execute the first this method..


Write a program in java programming language to print welcome to java programming?

public class welcome { public static void main (String args[]) { System.out.println("Welcome to Java programming"); } } There are also many "Hello World" tutorials you can find elsewhere on the internet


Sample code in java programming?

public class Hello { public static void main (String args[]) { System.out.println("Hello World"); } }


Static membors partispating Overwriting in java?

Static membors partispating in Overwriting in java?


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


What is static java most commonly used for?

Static java method is the same as a static variable. They belong to a class and not an object of that class. If a method needs to be in a class, but not tied to an object, then one uses static java.


What is the first name before of the Java Programming?

The first name of the Java Programming was Oak. It then went by the game Green and finally Java from Java coffee.


What is java card?

Java Card is a Java platform for programming smart cards.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is the best institute for learn java programming in Pakistan?

The Java programming language is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Then you learn java programming language in Pakistan get the best java programming classes at the lowest cost.


What is Static method in programming?

A static method in java is also named a class method, because it does not need an instance (of his class) to be invoked. Static methods can't use instance variables (non static variables) or use the keywords 'this'. These methods receive all the information they need to complete his task from his parameters


What is the pane in which the Java programming statements are located called?

The pane in which the Java programming statements are located is called