31. |
Range of byte datatype is ____________. (byte ડેટાટાઈપ ની રેન્જ ___________ છે.)
|
||||||||
Answer:
Option (b) |
32. |
In java size of int datatype is _______ bits. (Java મા int ડેટાટાઈપની સાઈઝ _________ bits છે.)
|
||||||||
Answer:
Option (b) |
33. |
In java size of float datatype is _______ bits. (Java મા float ડેટાટાઈપની સાઈઝ _________ bits છે.)
|
||||||||
Answer:
Option (b) |
34. |
Size of double datatype in java is ________ bits. (Java મા double ડેટાટાઈપની સાઈઝ _________ bits છે.)
|
||||||||
Answer:
Option (c) |
35. |
Which of following value cannot be store in character datatype? (નીચે આપેલમાંથી કઈ વેલ્યુ character ડેટાટાઈપ મા સ્ટોર ન કરી શકાય?)
|
||||||||
Answer:
Option (d) |
36. |
Which of the following is a valid long literal? (નીચે આપેલમાંથી કયો વિકલ્પ વેલીડ long લીટરલ છે?)
|
||||||||
Answer:
Option (b) |
37. |
Which of the following is valid for automatic type conversion? (નીચે આપેલમાંથી કયો વિકલ્પ ઓટોમેટીક ટાઈપ કન્વર્ઝન માટે વેલીડ છે?)
|
||||||||
Answer:
Option (c) |
38. |
What will be the output of following code?
નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?
|
||||||||
Answer:
Option (a) |
39. |
Which of the following are valid statement in java? 1) long a = (byte)100; 2) int b = (int)888.8; 3) byte c = (byte)100L; 4) byte d = (byte)1000L; નીચે આપેલ વિકલ્પ માંથી કયું/ક્યા સ્ટેટમેન્ટ વેલીડ છે? 1) long a = (byte)100; 2) int b = (int)888.8; 3) byte c = (byte)100L; 4) byte d = (byte)1000L;
|
||||||||
Answer:
Option (d) |
40. |
Which of following class is superclass of String and StringBuffer class? (નીચે આપેલ વિકલ્પ માંથી કયો class String અને StringBuffer class નો superclass(સુપરક્લાસ) છે?)
|
||||||||
Answer:
Option (c) |