what is domain object
Answer / deepakkumar1887
an object information which need to persist(storing
permanently )
| Is This Answer Correct ? | 1 Yes | 0 No |
Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.
Why transient variables wont participate in serialization?
What are runtime exceptions?
why are there separate wait and sleep methods? : Java thread
What is an empirical question?
What is the basic of java?
Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz
How can you write a loop indefinitely in java programming?
What is a private class in java?
What is the difference between hashset and treeset in java?
What is meant by call by reference?
Explain the advantages of packages in java?