R
Q. Classes and Methods are stored in which space?
No solution found for this question. Add Solution and get +2 points.
You must be Logged in to update hint/solution
Login to discuss.
Be the first to start discuss.
Q. Which of the following statements are true about finalize() method?
Q. Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
Q. Which of these modifiers can be used for a variable so that it can be accessed from any thread or parts of a program?
Q. What is method hiding in Java?
Q. Which type of java package that contains wide range of classes and methods are used for performing different functionalities?
Q. Finally block is attached to?
Q. Which among the following is a Short Circuit OR operator?
Q. Determine output: public class Test{ public static void main(String args[]){ String s1 = "SITHA"; String s2 = "RAMA"; System.out.println(s1.charAt(0) > s2.charAt(0)); } }
Q. What will be the output of the following Java program? class Output { public static void main(String args[]) { String str = "true false true"; boolean x = Boolean.valueOf(str); System.out.print(x); } }
Q. What is the size of a long variable in Java?
Embed
WhatsApp
Facebook
Telegram
Share in MCQ Buddy Groups
Discusssion
Login to discuss.