Most answered questions in Non GATE

0 votes
3 answers
44
2 votes
3 answers
51
Match the following in Software Engineering :$\begin{array}{clcl} &\textbf{List-I}& & \textbf{List-II} \\ \text{(a)}& \text{Product Complexity} & \text{(i)} & \text{Soft...
0 votes
3 answers
52
0 votes
3 answers
55
1 votes
3 answers
56
we know that pointer implementation is not possible in java and dynamic memory allocation is also not possible.Then how we can implement linked list in java?
3 votes
3 answers
57
Which of these is a super class of all errors and exceptions in the Java language?Runtime ExceptionsThrowableCatchableNone of the above
5 votes
3 answers
58
Which of the following is not a life cycle model?Spiral modelPrototyping modelWaterfall modelCapability maturity model
7 votes
3 answers
59
Which of the following operator(s) cannot be overloaded?.(member Access or Dot operator)?: (ternary or Conditional Operator):: ( Scope Resolution Operator)All of the abov...
8 votes
3 answers
60
Using Newton-Raphson method, a root correct to 3 decimal places of $x^3 - 3x -5 = 0$2.2222.2752.279None of the above