21. |
Which of the following method of StringBuffer class is used to concatenate the string to the end of invoking string? (StringBuffer ક્લાસ ની કઈ મેથડ આપેલ સ્ટ્રીંગ ને અંતે બીજી સ્ટ્રીંગ કોન્કેટ કરવા માટે ઉપયોગી છે?)
|
||||||||
Answer:
Option (c) |
22. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (b) |
23. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (d) |
24. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (c) |
25. |
insert() method available in which of following class? (નીચે આપેલ ક્યા ક્લાસ મા insert() મેથડ આવેલ છે?)
|
||||||||
Answer:
Option (a) |
26. |
Which of following is Bitwise unary NOT operator in java? (નીચે આપેલમાંથી કયો ઓપરેટર Javaમા Bitwise યુનરી NOT ઓપરેટર છે?)
|
||||||||
Answer:
Option (b) |
27. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (a) |
28. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (c) |
29. |
What will be the output of following code? class demo{ public static void main(String ar[]) { for (int i=0; i < 1; System.out.println("Hello")) System.out.println("Welcome"); } } નીચે આપેલ કોડ નું આઉટપુટ શું આવશે? class demo{ public static void main(String ar[]) { for (int i=0; i < 1; System.out.println("Hello")) System.out.println("Welcome"); } }
|
||||||||
Answer:
Option (c) |
30. |
What will be the output of following code? (નીચે આપેલ કોડ નું આઉટપુટ શું આવશે?)
|
||||||||
Answer:
Option (d) |