In single virtual machine,JVM passes arguments only by value.
Instance is an object not an attribute
There will always be a default constructor in every class
Client code must use setters and getters to access internal data in DataHiding
Function is an algorithm which can be used any where in the program when required
If you mark an instance variable as transient, you're telling the JVM to skip (ignore) this variable when you attempt to serialize the object containing it.
C use the valid prefixes 'get' and 'is
A lock can be acquired on a class. This lock is acquired on the class's Class object.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.