If two currents are in the same direction at any instant of time in a given branch of a circuit, the net current at that instant
If 2 bodies are oppositely charged with 400µC and 200µC, distance between them in air is 0.5 m. force between bodies should be
Statement:After collision of two vessels in the sea all the crewmen and passengers are declared as missing. - A news report.Conclusions:I. No one from the two vessels has survived after the collision.II. A few persons from the two vessels may have survived and are missing
Which of the following operations cannot be performed on a lathe
Which of the following accesss modifier specifies that one or more declared programming elements are accessible from within the assembly that contains their declaration, not only by the component that declares them
If the letters in each to the following five words are first rearranged in the alphabetical order and then in the groups of letters so formed are rearranged as in dictionary, which word would have its group of letters in the MIDDLE among the five
What is the output of this C code? int main() { printf("before continue "); continue; printf("after continue\n"); }
U, V, W, X, Y and Z are six police officers, who are parading in two rows, with three in the front row and three in the back row. Each officer in the back row has one officer exactly in the front of him. W and X are at the extreme ends of two different rows. Y is to the right of U and exactly in front of V. If Z is exactly behind W, then which of the following statements is true
The difference between Servlets and JSP is the ……………
The correct syntax for running two variable for loop simultaneously is
Which one of the following is the sum of the numbers 1, 3, 5, 7, 9…. up to nth number
A ___________ performs invisible tasks even if you write no code
What does the following piece of code do?for (int i = 0; i < arr.length-1; i++){ for (int j = i+1; j < arr.length; j++) { if( (arr[i].equals(arr[j])) && (i != j) ) { System.out.println(arr[i]); } }}
Which of the following code can be used to redirect user to different url