What is meant byStatic Variable ?

Answer Posted / ahmed eldesokey

static variable :
is initialize while loading the programme in the memory and
doesn't destroyed during the running time.
simply it's loaded in the memory during the lifetime of the
program

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

details description on this mantis? who is founder of this mantis?

1677


Can we write a method in JSP.If so how?

1456


what is the current salary package in India for a lamp programmer

1872


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

1697


write a sql qwery which include joining of two tables 4 marks mainframe

1484






Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.

1480


in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'

1767


Explain polymorphism. Provide an example.

616


how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn 

1652


Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

669


What is autocall macro and how to create autocall macro? what is the use of it?

1490


what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

1471


why we use abstract word in abstract window toolkit in java language.

1759


could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?

1282


shall we execute our java programmes in jre

1755