1 what are static blocks and static initializers in Java ?



Download 350,38 Kb.
Pdf ko'rish
bet43/63
Sana02.07.2022
Hajmi350,38 Kb.
#730721
1   ...   39   40   41   42   43   44   45   46   ...   63
Bog'liq
Core Java Interview questions and answers 1650828415

173)
 
What is jar ?
 
Jar stands for java archive file. Jars are created by using Jar.exe tool. Jar files contains .class files, other 
resources used in our application and manifest file.Manifest file contains class name with main method.jar 
contains compressed .class files. Jvm finds these .class files without uncompressing this jar. 
174)
 
What is the scope or life time of instance variables ?
 
When object is instantiated using new operator variables get allocated in the memory.instance variables 
remain in memory till the instance gets garbage collected 
175)
 
Explain the scope or life time of class variables or static variables?
 
Static variables do not belong to instances of the class. We can access static fields even before 
instantiating the class. Static variable remain in memory till the life time of application. 
176)
 
Explain scope or life time of local variables in java?
 
Local variables are variables which are defined inside a method. When the method is created local 
variables gets created in stack memory and this variable gets deleted from memory once the method 
execution is done. 
177)
 
Explain about static imports in java?
 
From 
Java 
5.0 we can import static variables in to source file. Importing static member to source file is 
referred as static import. The advantage of static import is we can access static variables without class or 
interface name. 
Syntax : import static packagename.classname.staticvariablename; 
Ex : import static com.abc.Employee.eno; 
To import all static variables from a class in to our source file we use *. 
import static com.abc.Employee.* 


27 | 
P a g e

Download 350,38 Kb.

Do'stlaringiz bilan baham:
1   ...   39   40   41   42   43   44   45   46   ...   63




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish