11. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (d) |
12. |
What will be the output of following code? (નીચે આપેલ કોડનું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (a) |
13. |
What will be the output of following code? (નીચે આપેલ કોડનું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (c) |
14. |
In java, dynamically allocated memory is release using ____________. (Java મા ડાયનેમિકલી અલોકેટ થયેલ મેમરી રીલીઝ કરવા ________ નો ઉપયોગ થાય છે.)
|
||||||||
Answer:
Option (a) |
15. |
Which of the following is not wrapper class? (નીચે આપેલમાંથી કયો wrapper (વ્રેપર) class નથી?)
|
||||||||
Answer:
Option (c) |
16. |
Which of following statement is true to convert any datatype to string in java? (નીચે આપેલમાંથી કયું સ્ટેટમેન્ટ કોઈપણ ડેટાટાઈપ માંથી સ્ટ્રીંગમા કન્વર્ટ કરવા માટે સાચું છે?)
|
||||||||
Answer:
Option (c) |
17. |
Which of the following statement is used to declare one dimension array? (નીચે આપેલમાંથી ક્યા સ્ટેટમેન્ટનો ઉપયોગ એક ડાયમેન્શન એરે ડીકલેર કરવા માટે થાય છે?)
|
||||||||
Answer:
Option (b) |
18. |
Which method of String class is used to compare two String objects for their equality? (String ક્લાસ ની કઈ મેથડ બે સ્ટ્રીંગ ઓબ્જેક્ટ સરખા છે કે નહિ તેને કમ્પેર કરવા માટે ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (c) |
19. |
Which datatype value returned by equals() method of String class? (String ક્લાસ ની equals() મેથડ કઈ ડેટાટાઈપ ની વેલ્યુ રીટર્ન કરે છે?)
|
||||||||
Answer:
Option (d) |
20. |
What will be the output of the following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (a) |