who is a gazetted officer who can give character certificate?? can any body give a list of gazetted officers..
10 177809What is NPV? What is IRR? What is the difference between NPV and IRR method? Which and why among NPV and IRR do you think is more appropriate technique in capital budgeting?
3 316491 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 450128i'm a m.c.a student. how to give a perfect self introduction. in what order i should tell about my educational qualification.
3 22494Rich man keeps me in the pocket poor man throws me away kids eat me its tamil word _u_e_l who am i?
26 82200plz 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 20560Hi I am going to File for L1 visa in a few days, however there is a mismatch in my personal experience. I have a total experience of 5 years and worked in 3 different companies. The first company I worked initially lasted 1.5 years, however, I was fired from there due to low revenue. However they had given me 6 months extra experience in my experience certificate, also I had been provided 3 months salasr when I left. However, I joined my second company in 1 month time. Therefore there was an overlap in my experience, i.e. My first two exeperience certificates show that I worked from Feb 2005 to May 2005 in two different companies. I am not sire if this will create problems while there is BG verification. Please let me know the consequences of this if I apply for L1 visa. Thanks in advance Rahul
3 13681why one rupee note is signed by the ministry of finance? is governer has the right to sign this note? is there any interference by the RBI?
10 69334Post New College School Exams Tests Interview Questions
How much usable space is available, when a Linux system is configured with a RAID 5 array that consists of six 20 GB hard disk drives?
What is the quickest way to open an ubuntu terminal in a particular directory?
How to hide password input?
How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
how can we write the mqsc commands that have too many parameters?
What is the contrast between sql and mysql?
How do you empty a file in linux?
What is an event class in Flex?
How do I delete cells in excel 2007?
What is application scope in jsp?
Explain the use of #pragma exit?
What's the difference between a thread safe and a thread unsafe function?
What is the main purpose of inheritance law?
Can we overload indexer in c#?
Explain merge sort algorithms.