Is null == null in java?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Choice and a List?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
What are thread safe functions?
What is method Overloading in the perspective of OOPS?
Why does java not support pointers?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
What is difference between stringbuffer and string?
What is an eror in java?
Name the types of 'priority'?
write a program to create an vector and listeterator.and value should be enter through keyboard.
Write a program to create a binary Tree ?
we cannot create an object of interface but we can create a variable of it