What is parameters example?
No Answer is Posted For this Question
Be the First to Post Answer
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 mean by UML? what is the use? where we are using?
different between exception and error? explaim check and uncheck exception
What is the use of coding?
How many arguments can a method have java?
what is mean by thread lock?
What is the difference between static (class) method and instance method?
java Technical questions asked by JPMC
What is static binding and where it occurs?
How can we create objects if we make the constructor private ?
Can variables be used in java without initialization?
What is the purpose of the finalize() method?