What are namespaces in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a qualifier in a sentence?
What is functional interface in java example?
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 the Class Libraries ?
What is default locale java?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What is collection api?
how to handle exceptions in core applications?
What do you mean by byte code?
what are abstract functions?
What does a method signature consist of?
Is it possible to instantiate the abstract class?