Answer Posted / venkatachalapathy
A refference variable is a variable which will act as a
adress to a object.... in stack area and the object which
is created will get allocated memory in heap area.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Why string is a class?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Explain the features of interfaces in java?
What is a consumer in java?
Why are variables important in research?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What happens if an exception is throws from an object's constructor?
What is a jagged array in java?
What is a flag value?
What are predicates in java 8?
Explain about assignment statement?
What is an abstract class and what is it’s purpose?
Can we able to pass objects as an arguments in java?
can java object be locked down for exclusive use by a given thread? : Java thread