What is byte [] in java?
No Answer is Posted For this Question
Be the First to Post Answer
What an i/o filter?
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 java in layman terms?
Can we define static methods inside interface?
Can a lock be acquired on a class in java programming?
How Vector class is synchronized,How to build user defined class as synchronized?
How many types of operators are there?
Can substring create new object?
What does file separator do in java?
What methods are used in Servlet?Applet communication?
What is thread safe in java?
What are variable names?