Explain about automatic type conversion in java?
No Answer is Posted For this Question
Be the First to Post Answer
give an example for encapsulation?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
java is pure object-oriented programming language?why it is platform independent.
What are the two types of exceptions in java? Which are the differences between them?
Program to print 1 1 2 1 2 3 1 2 3 4 like that
What is the difference between a local variable and an instance variable?
What is the root class for all Java classes?
What is argument in java?
Explain the importance of throws keyword in java?
What are thread priorities and importance of thread priorities in java?
diff b/w sleep(1000) and wait(1000)?
What are the restrictions that are applied to the java static methods?