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 is the base class of all classes?
What are the characteristics of java?
What is meant by JVM? Is JVM platform independent or not?
What are decalarations?
What is data structure in java?
What is derived datatype?
What is pre increment and post increment in java?
Why is the main method static?
what is bmg file and how to create that files?what will it contailn?
Can a abstract class be declared final?
Why does java have two ways to create child threads? Which way is better?
What is meant by main method?
Is 0 an even number?
What are register variables what are the advantages?
Is void a type?