The reflection coefficient on a 500 m long transmission line has a phase angle of - 150Β°. If the operating wavelength is 150 m, what will be the number of voltage maxima on the line
Lasya alone can do a work in 16 days. Srimukhiβs efficiency is 20 % lesser than that of Laya. If Rashmi and Srimukhi together can do the same work in 12 days, then find the efficiency ratio of Rashmi to that of Lasya
How many such pairs of letters are there in the word BROADCAST each of which has as many letters between them in the word as in the English alphabet
What type of scriptlet code is better-suited to being factored forward into a servlet
How to send data in get method
Which packages contain the JDBC classes
Which type of Statement can execute parameterized queries
What is the sum of all even numbers from 1 to 701
Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP
Which of the following code is used to get an attribute in a HTTP Session object in servlets
What is the output of this program?class increment {public static void main(String args[]){double var1 = 1 + 5; double var2 = var1 / 4;int var3 = 1 + 5;int var4 = var3 / 4;System.out.print(var2 + " " + var4); } }
Which http method send by browser that asks the server to get the page only
Which technique is used by operating systems to execute several programs concurrently by switching back and forth
The method forward(request,response) will