Answer Posted / deepali b. baviskar
Unique key can be NULL but Primary key couldn't be NULL.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How do you check if two given string are anagrams?
How can you read content from file in java?
What do you mean by an interface in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is method and methodology?
What is an iterator interface in java programming?
Why collection is called framework in java?
How does remove work in java?
How does the java compiler work?
Explain garbage collection in java?
Is 0 true or is 1 true?
What is the difference between declaration and definition in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Can we serialize arraylist in java?
Which list does not allow duplicates in java?