What is procedure overloading?
No Answer is Posted For this Question
Be the First to Post Answer
Can you achieve runtime polymorphism by data members?
what is multi-tasking
3 Answers Anand Group, Photon Infotech, Tech Mahindra,
Can we increase size of array?
Name few "optional" classes introduced with java 8 ?
difference between byte stream class and character stream class?
What is the top class of AWT event hierarchy?
explain the concept of virtual method invocation in polymorphism in detail?
What is void keyword?
What is a variable in java?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
What is use of set in java?
Difference between Applet & Application?