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
How are this() and super() used with constructors in java programming?
What is operator overloading. Is it is supported in java?
What is a stringbuffer?
What are different data types?
What is the ==?
What is io stream in java?
What is a parent class in java?
What an i/o filter?
What is a concrete classes? Is Java object class is concrete class?
What is anagram in java?
How hashmap works in java?
How do you clear a list in java?
Is heap stored in ram?
what are the methods in object?
what is function overloading in java?