Why is flag used in java?
Answer / Abhinaw Kumar Rai
In Java, flags are often used to represent a condition or status. They are usually boolean variables that can be set true or false, and can be checked to determine the current state.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by overloading?
What is the null?
Difference between a class and an object?
What is the use of java?
How does sublist works in java?
What are selection structures?
How do you use parseint in java?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
What are memory tables?
Does constructor be static?
What if I write static public void instead of public static void in java?
Can a for statement loop indefinitely?