-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJava.json
More file actions
2 lines (1 loc) · 944 Bytes
/
Copy pathJava.json
File metadata and controls
2 lines (1 loc) · 944 Bytes
1
[["In an instance method or a constructor, this is a reference to the current object.", true], ["Garbage Collection is manual process. ", false], ["The JRE deletes objects when it determines that they are no longer being used. This process is called Garbage Collection. ", true], ["Constructor overloading is not possible in Java. ", false], ["Assignment operator is evaluated Left to Right. ", false], ["All binary operators except for the assignment operators are evaluated from Left to Right", true], ["Java programming is not statically-typed, means all variables should not first be declared before they can be used.", false], ["An individual array element from an array of type int, when passed to a method is passed by value.", true] , ["A break statement must always be present in the default case of a switch selection structure.", false], ["All bitwise operations are carried out with the same level of precedence in Java.", false]]