How many characters is 2 bytes?
No Answer is Posted For this Question
Be the First to Post Answer
What is == mean?
Explain the difference between abstract classes and interfaces in java?
printstream class method println() is calling using System class and its static object out .how it is explain any one in detail with example ?
How many bits is a char?
What modifiers are used with an inner class which is a member of an outerclass?
How do you do math powers in java?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
Explain the access modifiers for a class, method and variables?
How do you use spaces in java?
What string is utf8?
What are format specifiers in java?
How to store image in arraylist in java?