Computer Applications
Related Questions
JVM converts bytecode directly into
- machine code
- another byte code
- high level code
- None of these
Which of the following statements is true?
- Binary search is less efficient than linear search.
- Binary search is more efficient than linear search.
- Binary search is as efficient as linear search.
- None of the above
What is the value returned by function compareTo( ), if the invoking string is less than the string compared?
- zero
- value less than zero
- value greater than zero
- None of the above
…………… class is used to convert a primitive data type to its corresponding object.
- String
- Wrapper
- System
- Math