how to calculate no. of earthing pits and their diamensions? no. of lightning arrester rods which are required to protect a building of 35 mtr and we calculate?
5 28855Post New Hindustan Zinc Electrical Engineering Interview Questions
Is an outlook account a microsoft account?
What do you mean by transparent dbms?
how to automatically update the sql server2005 database records when insert in vb6?
Explain the difference between function group and function module?
Explain the different printing techniques?
how to trace the traffic hitting a sql server? : Sql server database administration
How can you create singleton service in angular 2?
Can enum be extended in swift?
Tell me what is a linked server?
remodeling is applied only on info cube? why not dso/ods?
How native code can be used in a servlet?
What is the difference between shortcircuit current, rated current of cable & MCB with example? What will be the size of cable required for 5.5 KW motor (Full load current 10 Amps approx.), Starting current with DOL is 120 Amps. Aprrox. Short circuit current with LLLG fault is 2000 Amps Approx.
Why filter is used in servlet?
What is jdbctemplate in spring? And how to use it?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?