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 definition of tree ?
why using interface interface ?
What is meant by final class?
How does the java compiler work?
What are the steps that are followed when two computers connect through tcp?
What are instance variables?
Explain wait() method of object class ?
What are variable arguments or varargs?
What is a function argument in java?
What is a stack class in java ?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Can you declare a private method as static?
What is locale?
Explain java coding standards for interfaces?
How to change the priority of thread or how to set priority of thread?