Can you override a private or static method in java?
Answer / siddu
Static is final method it can not be change or override inherited in another class
| Is This Answer Correct ? | 0 Yes | 0 No |
Is arraylist ordered in java?
What is the difference between length and length () in java?
How will you compute size of a structure?
Can we make the abstract methods static in java?
How do you create immutable object in java?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Is string a datatype?
What is the function of character?
What are three advantages of using functions?
Explain notify() method of object class ?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
Is void a data type?