My Qualification is MCA.My interview is on 5th may.They may
ask q as------AS u r MCA...Why u r not tring anywhere else?
What can be the ans?
No Answer is Posted For this Question
Be the First to Post Answer
Why did you ever become involved in QA/testing?
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
Indentify the essential difference between GUI and a command line operating systems?
1 Answers Deloitte, Infosys, Wipro,
can any method return type may be constructor , or that method name allow
Write a program to read and print a text file on screen
what is difference between java and c#
what are the 3 forms of a prolog term
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What is meant by SQL,PL/SQL,SQL PLUS? Is there any differnece between them?
how to run servlets in eclipse 3.3.2....if we choose file->new->servlet then after that it is showing javax.servlet.* ...cannot be resolved.......to avoid this error any external jar file is to be added? please help me regarding this issue........thank u
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct