What does the @override annotation do?
No Answer is Posted For this Question
Be the First to Post Answer
How do you achieve polymorphism in java?
How many types of interfaces are there?
What do bitwise operators do?
Will minecraft java be discontinued?
How does compareto method work?
Does java arraylist maintain insertion order?
What are command line arguments?
How do you declare a string variable?
What is the difference between hashmap and hashtable 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..
can any one tell me when do u go for inheritance and polymorphism
what is the full form of java