What is super constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What does string mean in java?
What does sprintf mean?
What is the difference between parameters and arguments ?
who can we create the object of a class? in how many ways we can create it (max 5)
What is the difference between choice and list?
Can we override private methods?
What is Servlet?
What does flagged out mean?
What are white spaces in java?
Can you achieve runtime polymorphism by data members?
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 are inbuilt functions?