Computer Applications
Related Questions
Method which is a part of a class rather than an instance of the class is termed as:
- Static method
- Non static method
- Wrapper class
- String method
Write the Java expression for (a + b)x.
Convert the following do…while loop to for loop:
int x = 10; do { x––; System.out.print(x); }while (x>=1);Give the output of the following Character class methods:
(a) Character.toUpperCase ('a')
(b) Character.isLetterOrDigit('#')