Java Basic Interview Questions Why is Java a platform independent language? 2



Download 2,43 Mb.
Pdf ko'rish
bet20/36
Sana13.07.2022
Hajmi2,43 Mb.
#786321
1   ...   16   17   18   19   20   21   22   23   ...   36
Bog'liq
Java Interview Questions

public static void 
updateObject
(InterviewBitTest ibObj) 

// Point the object to new reference
ibObj = new InterviewBitTest(); 
// Update the value 
ibObj.num = 
50



Output: 
20


Java Interview Questions
31. Which among String or String Buffer should be preferred
when there are lot of updates required to be done in the
data?
StringBuffer is mutable and dynamic in nature whereas String is immutable. Every
updation / modification of String creates a new String thereby overloading the string
pool with unnecessary objects. Hence, in the cases of a lot of updates, it is always
preferred to use StringBuffer as it will reduce the overhead of the creation of multiple
String objects in the string pool.
32. How to not allow serialization of attributes of a class in
Java?
Page 31
© Copyright by Interviewbit
class 
InterviewBitTest

int num; 
InterviewBitTest(int x){
num = x;

InterviewBitTest(){
num = 
0
;


class 
Driver

public static void 
main
(String[] args) 

//create a reference
InterviewBitTest ibTestObj = new InterviewBitTest(
20
); 
//Pass the reference to updateObject Method
updateObject(ibTestObj); 
//After the updateObject is executed, check for the value of num in the object.
System.out.println(ibTestObj.num); 

public static void 
updateObject
(InterviewBitTest ibObj) 

// no changes are made to point the ibObj to new location
// Update the value of num
ibObj.num = 
50



Output: 
50



Download 2,43 Mb.

Do'stlaringiz bilan baham:
1   ...   16   17   18   19   20   21   22   23   ...   36




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