R
Q. What will be the output of the following Java program?
class bitwise_operator { public static void main(String args[]) { int var1 = 42; int var2 = ~var1; System.out.print(var1 + " " + var2); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the value of tip after executing the following code snippet?
Q. What type of methods an interface contain by default?
Q. What is it called if an object has its own lifecycle and there is no owner?
Q. Which of these operators can be used to concatenate two or more String objects?
Q. Which of these is a super class of Character wrapper?
Q. Which of the following is an advantage of the statement – Separation of business logic from JSP ?
Q. Which of these method of FileReader class is used to read characters from a file?
Discusssion
Login to discuss.