byte a=5;
byte b=5;
byte c=a+b;
System.out.println(c);
whats the o/p?
Answer Posted / g.prabha
compilation error.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Does sprintf allocate memory?
Explain about map interface in java?
How do you declare a variable?
What is java util hashmap?
When is the arraystoreexception thrown?
What is split return?
What is a modifier?
How to implement a multithreaded applet?
What is the implementation of destroy method in java. Is it native or java code?
What are the differences between forwarding () method and sendredirect() methods?
Is a method a procedure?
What are the various access specifiers in java?
How do you find the absolute value?
What is a dynamic array java?
Is set ordered?