whats is the use of final,in which situation final can be
used in the application?
Answers were Sorted based on User's Feedback
Answer / muralisankar
you can prevent a class from inheritance.
You can prevent a method from overriding.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / cool_duzz
Constants.. that are not supposed to be changed ever.
| Is This Answer Correct ? | 1 Yes | 0 No |
what happens when a thread cannot acquire a lock on an object? : Java thread
what is request dispatcher and how does it work?
what is polymorphism?
What is difference between path and classpath in java?
What is a class in java?
Write a function for palindrome and factorial and explain?
0 Answers Honeywell, Huawei, Zomato,
What's the access scope of protected access specifier?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What is an example of a keyword?
Can we override the overloaded method?
What is the purpose of the file class in java programming?
How do you use, call, and access a non-static method in Java?