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
What is the difference between the paint() and repaint() methods in java programming?
What data structures are used to perform recursion?
How can a gui component handle its own events?
What are the different http methods?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Where is singleton pattern used?
What is difference between path and classpath in java?
What is integers and example?
Which programming language is most secure?
What is files manifesting?
Explain JMS in detail.
what is thread? What are the high-level thread states? : Java thread
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Is string a data type in java?
Explain some best practices you would apply while using collection in java?