How many types of modifiers are there?
There are two types of modifiers as 1. Access-modifier and 2. Non-access-modifier
| Is This Answer Correct ? | 5 Yes | 0 No |
Can we override static methods in java?
Is null a value?
How does hashset work in java?
why top level class could not be static
What is the difference between a method and a procedure?
What are the restrictions that are applied to the java static methods?
What is Garbage Collection in Java
What is a instance variable?
What is a variable simple definition?
What are the OOAD concepts in java explain with examples?
Can you override static method in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).