What is byte [] in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What an i/o filter?

0 Answers  


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..

2 Answers  


What is java in layman terms?

0 Answers  


Can we define static methods inside interface?

0 Answers  


Can a lock be acquired on a class in java programming?

0 Answers  






How Vector class is synchronized,How to build user defined class as synchronized?

0 Answers  


How many types of operators are there?

0 Answers  


Can substring create new object?

0 Answers  


What does file separator do in java?

0 Answers  


What methods are used in Servlet?Applet communication?

0 Answers   Satyam,


What is thread safe in java?

0 Answers  


What are variable names?

0 Answers  


Categories