21. |
_____ is used to find and fix bugs in the Java programs. Java પ્રોગ્રામમા bug શોધી અને સોલ્વ કરવા માટે ______________ નો ઉપયોગ થાય છે.
|
||||||||
Answer:
Option (b) |
22. |
Which of the following tool is used to generate API documentation in HTML format from documentation comments in source code? નીચે આપેલ માંથી ક્યા ટુલ નો ઉપયોગ source કોડ મા રહેલ ડોક્યુમેન્ટેશન કમેન્ટ માંથી HTML ફોર્મેટ મા API ડોક્યુમેન્ટેશન જનરેટ કરવા માટે થાય છે?
|
||||||||
Answer:
Option (c) |
23. |
State true or false: Java supports multithreading. આપેલ વિધાન સાચું છે કે ખોટું: Java મા multithreading સપોર્ટ કરે છે.
|
||||
Answer:
Option (a) |
24. |
How many threads can be executed at a time? એકીસાથે કેટલા thread એક્ઝીક્યુટ કરી શકાય છે?
|
||||||||
Answer:
Option (c) |
25. |
Which of the following is not OOPS concept in Java? નીચે આપેલ માંથી કયો વિકલ્પ Java મા OOPS કન્સેપ્ટ નથી?
|
||||||||
Answer:
Option (b) |
26. |
Which concept of Java is a way of converting real world objects in terms of class? Java નો કયો કન્સેપ્ટ real world ઓબ્જેક્ટ ને class મા કન્વર્ટ કરવાની રીત છે?
|
||||||||
Answer:
Option (d) |
27. |
Which concept of Java is achieved by combining methods and attribute into a class? Java નો કયો કન્સેપ્ટ મેથડ અને એટ્રીબ્યુટને class મા કમ્બાઇન કરી મેળવવામાં આવે છે?
|
||||||||
Answer:
Option (b) |
28. |
What is the extension of java source code files? Java source કોડ ફાઈલ નું એક્સટેન્શન શું હોય છે?
|
||||||||
Answer:
Option (c) |
29. |
What is the extension of compiled java classes? કમ્પાઈલ Java classes નું એક્સટેન્શન શું હોય છે?
|
||||||||
Answer:
Option (d) |
30. |
What is use of interpreter? ઈન્ટરપ્રીટર નો ઉપયોગ શું છે?
|
||||||||
Answer:
Option (a) |