What is variable declaration and definition?
Answer / Devendra Kumar Singh
Variable Declaration refers to announcing or naming a variable with its data type, whereas Variable Definition involves specifying the variable's name, data type, and initial value (assignment) in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is variable and its types?
Can you tell me range of byte?
Does java support function overloading, pointers, structures, unions or linked lists?
Differentiate between vector and array list.
What are the super most classes for all the streams?
Why are the destructors for base class and derived class called in reverse order when the program exits
what is the difference between String s="hello"; and String s=new String("hello");?
What are the advantages of passing this into a method instead of the current class object itself?
My interview asked what is dynamic variable in java and where we use them.
How do you compare two strings? any predefined method for this?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
what is servlet enginee?