What is a byte string?


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

Post New Answer

More Core Java Interview Questions

What is difference between char array and string?

0 Answers  


What is the file extension for java?

0 Answers  


What is meant by main method?

0 Answers  


Why const and goto are reserved keyword in java?

1 Answers  


Explain about field hiding in java?

0 Answers  






byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


Tell us something about set interface.

0 Answers  


What is a Hash Table? What are the advantages of using a hash table?

0 Answers   Ciena,


Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?

0 Answers   Genpact,


How to store image in arraylist in java?

0 Answers  


What is the difference between stringbuffer and stringbuilder class?

0 Answers  


What is JIT ?

4 Answers   Satyam,


Categories