Why const and goto are reserved keyword in java?
Answer / ravikiran(aptech mumbai)
Because final and continue already satisfies the purpose of
the both
| Is This Answer Correct ? | 3 Yes | 17 No |
Why is a constant variable important?
How do you convert string to int in java?
Why java Don't Support Multiple interitence
What is a nested list?
Explain about arraylist?
What is array class in java?
wahts is mean by thread?
22 Answers HCL, TCS,
How many types of parsers are there?
Explain the difference between a Thread and a Process.
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
what is the Yield() method used in threads?
What is hashing in java?