Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

variable cannot be dereferenced java

Java has two different types of variables: primitive and objects and only objects are reference types. The type int is a primitive and not an object. Dereferencing is the process of accessing the value referred to by a reference . Since, int is already a value (not a reference), it can not be dereferenced.
 
PREVIOUS NEXT
Tagged: #variable #dereferenced #java
ADD COMMENT
Topic
Name
4+6 =