Answer Posted / prabhu
wat dup1 and dup 2 stands for?and is it kind of an object?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the different approaches to represent an inheritance hierarchy?
what is a non-repeatable read?
Which container method is used to cause a container to be laid out and redisplayed?
What is the difference between the string and stringbuffer classes?
What is ioc concept & explain it?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
how to use debug in my elipse to solve problems that exist in my project
What is the RMI and Socket?
Which containers use a border layout as their default layout?
What is bean? Where can it be used?
What is the relation between the infobus and rmi?
What do you need to set-up a cluster with jboss?
Explain what is orm?
How can I scroll through list of pages like the search results in google?
How task's priority is used in scheduling?