Answer Posted / pratima
final int i;
You will get compile time error:The blank final field i may not have been initialized
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is this () in java?
What is super constructor?
What is difference between java and java ee?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
How can we make a class singleton?
How can we create a thread in java?
What things should be kept in mind while creating your own exceptions in java?
What is java Applet?
What is the difference between final, finally and finalize() in java?
Can keyword be used as identifier?
Will the jvm load the package twice at runtime?
What is JFC?
How do you remove an element from an arraylist in java?
Which one will take more memory: an int or integer?
Who found java?