Education Site
Sunday, 4 December 2016
Java - final Keyword
final :(keyword)
final class cannot be inherited
final method cannot be overridden
final variable cannot be changed
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Featured post
Development Of JAVA Program
Java - Sample Program
class Sample { public static void main(String s[]) { System.out.println("welcome"); } }
Development Of JAVA Program
Compiler : Is a translator which is used to convert source code into intermediate language, Interpreter : It is used to transalate the r...
Let Us Java
http://www.amazon.in/Let-Us-Java-Yashavant-Kanetkar/dp/8183334679?_encoding=UTF8&creativeASIN=8183334679&linkCode=w00&linkId=a1...
No comments:
Post a Comment