India Budget 2012: No DTC this year but New Income tax Slabs

Source code for binary tree traversal InOrder, PreOrder and PostOrder

What is MSI Installer and Exe based Installer

Avoiding synchronization objects getting locked forever

Buying tv LCD, LED or Plasma, HD ready or Full HD

What is ArrayList in Java?

java.util.AraayList is the collection class that is used to hold collection of Objects. Example: ArrayList all=new ArrayList(); The above line creates new ArrayList name as all. yoe can add objects to it by using the add method. Example: all.add(object); An ArrayList can have many number of elements.you can get the object specified .

Continue reading →

Check your PF account balance online

You can check your PF balance online now on EPFO website. Follow this link  : http://www.epfindia.com/MembBal.html Old PF member’s had the different zone name’s /format or office code/ establishment codes. To know the new office code / establishment codes visit following link. http://epfindia.com/estt.asp  

Continue reading →

Solar cells (PVs)

Solar  cells  are  also  called  “photovoltaic  cells”  or  simple  PVs;  they  get  this name from the fact  that photons (light)  interact  in  the  cell  to  caused  electrons to flow to metal plates, so they produce a voltage.  We’ll discuss how they do this in the  next  chapter,  on  quantum  physics.  Traditional  solar  cells  were  based  [...]

Continue reading →

Commencement of business, etc.

(1) A public company having a share capital shall not commence any business or exercise any borrowing powers unless— (a) a declaration is filed by a director or subscriber in such form and verified in such manner as may be prescribed, with the Registrar that every subscriber to the memorandum has paid the value of [...]

Continue reading →

Appointment of Directors.

 (1) Where no provision is made in the articles of a company for the appointment of the first directors, the subscribers to the memorandum who are individuals shall be deemed to be the first directors of the company until the directors are duly appointed in accordance with the provisions of this section. (2) Save as [...]

Continue reading →

What is Java?

Java is the High-Level Object-Oriented Programming Language developed by the sun Microsystems.Once we develop the application java we can run anywhere in the world with the help of the JVM. JVM is nothying it’s a Java Virtual Machine.JVM means “Write Once Run Anywhere”.Java application is plateform independent language.

Continue reading →

What is the “sizeof” operator in C C++

sizeof operator is useful operator to get the size of type or variable( auto,pointer, array). Return value of sizeof operator is of type size_t.  Its defined in the file file STDDEF.H. The advantage of using sizeof operator is, you dont need to specify the machine dependent data. 1. When a type is passed, it should be [...]

Continue reading →
Page 1 of 244123456»102030...Last »