Answer Posted / yeswanth reddy
public class eng {
public static void main(String[] args) throws Exception {
int i=10;
//byte[] b;
System.out.write("yeswanth".getBytes());
System.out.write(i);
String s1="shiva";
System.out.println(s1.hashCode());
}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the two parts of a conditional statement?
What is the implementation of destroy method in java. Is it native or java code?
What do you mean by inner class in java? Explain
Why is java architectural neutral?
Does java support Operator Overloading?
What are different access specifiers in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is meant by 'bit masking' in java?
What is a bufferedreader?
Can we serialize static variables in java?
What is a locale?
What is string value?
What is the use of arraylist class in java?
What is public static?
What is an enumeration?