Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

College School Exams Tests Electrical Engineering Interview Questions
Questions Answers Views Company eMail

Why Power generation in India is at 50Hz while in America its 60Hz so is there any advantage/Disadvantage of this ??

38 90523

How to convert farad to kvar. both are the unit of capacitor.

5 42069

1 Ton = ? amperes & power. How much power 1.5 TON split AC consumes in an hour at 17 C , 26 C & 28 C (thermostat' temperature).

18 451056

HOW TO CALCULATE CT AND VT RATIO IN PRTECTION AND METERING?

1 26406

plz explain TSM and PSM.with example suppose ct ratio is 4000/5 and tsm is .15 and plug is at 3.75 if fault current is 8000A.so how i find relay oprating time.

2 20687

what is the difference between squirrel cage & slip ring induction motor?

17 87540

why we are caling 440 volt 3 phase supply instead of 660 volt 3 phase supply? because each phase as a voltage of 220 volt. if anybody know the answer for my question please send it to my mail id. thank you.

3 23494

what is the difference between static and dynamic induced emf?

14 127931

Why there are some equipment(i.e:TV) that using 2-pin plug instead of three? What happen if there is current leakage? Are we going to get electric shock??

2199

what will happen ac motor give to dc supply

9 12442

In Swinburne's Test on D.C.machines, why the efficiency is more when the machine runs as generator than when it runs as motor???

6 38216

Use of electrical theorems (thevenin's,norton's,millmen's,superposition,reciprocity, Maximum Power Transfer theorem,Compensation Theorem) IN REAL LIFE???(IF YOU KNOW EXACT OR CORRECT ANSWER).

2 11870

Why Trasformers rated in KVA

13 19523

what is the use of power transformer in GSS.

2495

Why generator field rheostat is set to maximum position and motor field rheostat is set to minimum?

5 44416

Post New College School Exams Tests Electrical Engineering Interview Questions


College School Exams Tests Electrical Engineering Interview Questions


Un-Answered Questions

What are the basic rules of presentation?

351


How do I stream a file to the user from tapestry?

90


what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?

2229


How do I insert multiple rows in excel 2016?

576


public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?

2582


I've updated my apache web server from version 2.0.55 to 2.2.0, now all my pages are blank, any thoughts? thanks in advance

2073


Describe the working environment you are currently in, e.g. frequent interruptions, frequent priority shifting, team or individual?

1908


Objective The objective of this problem is to test the understanding of Object-Oriented Programming (OOP) concepts, in particular, on encapsulation. Problem Description Create a program for managing customer’s bank accounts. A bank customer can do the following operations: 1. Create a new bank account with an initial balance. 2. Deposit money into his/her account. 3. Withdraw money from his/her account. For this operation, you need to output “Transaction successful” if the intended amount of money can be withdrawn, otherwise output “Transaction unsuccessful” and no money will be withdrawn from his/her account. Input The input contains several operations and is terminated by “0”. The operations will be “Create name amount”, “Deposit name amount”, or “Withdraw name amount”, where name is the customer’s name and amount is an integer indicating the amount of money. There will be at most 100 bank accounts and they are all created on the first month when the bank is opening. You may assume that all account holders have unique names and the names consist of only a single word. Output The output contains the transaction result of withdrawal operations and the final balance of all customers after some withdrawal and deposit operations (same order as the input). Sample Input Create Billy 2500 Create Charlie 1000 Create John 100 Withdraw Charlie 500 Deposit John 899 Withdraw Charlie 1000 0

2248


What are the command prompt commands?

1081


How do I know if an image has an alt tag?

831


What are the components of a jms messaging application?

776


Give me the code of in-order recursive and non-recursive.

1379


Is laravel support caching? Explain

704


what is different between oops and c++

2558


What is wave length?

987