How many types of list exist in the HTML
Answers were Sorted based on User's Feedback
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
How to call static method in Java?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
public static void main(String args[]) describe it
What are data structures?
In Java what is the difference between following two statements ? int a[],b; int []a,b;
What is BASIS
Is buffer size and file block size is similar? If similar,at which case it will be same size?
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
7.x=10; y=20; x<<2=? x<<1=? y>>2=?
Write a program to show polymorphism.
Write a program to find duplicate number from array in minimum time complexity.