Cherish  Foundation
 
php
 
asp.net
 
java
 
personality
 
faq
 
 
"In order to succeed, your desire for success should be greater than your fear of failure."
 
   
 
  Free Placements As A Social Responsibility  
 

In the current scenario employment is the most important aspect of education. Apple Logix understand this importance and give impetus to this aspect .

We at Apple Logix take it as a Social Responsibility . We provide this facility to the students of Apple Logix totally free of cost.

There are millions of young graduates and post graduates with sound academic records. Freshers are eager to look for jobs and have plenty of choices in hand soon after they step out of the colleges. There is need of only a platform that can work as a bridge between the freshers seeking jobs and the organizations looking for fresh and untapped talents. This platform is provided by us to the students of Apple Logix.

 

 
 
 
 
   
Apple Logix News
 
 
     
   
     
 
 
* Use isset() to test if a variable has a value.
* variable names are case sensitive; functions are not.
* The foreach loop is powerful for iterating over arrays.
* Control your extensions in php.ini and don't have more than you really need.

Go to 3rd slide

* Central to the .net framework is its runtime execution environment, known as CLR.
* .Net compiles to IL.
* CTS define the predefined data types that are available in IL.
* Vb.net - Integer and C# - int both refers to Int32 due to CTS .
Java is case sensitive.
* All method names begin with a lowercase letter.
* All field names begin with a lowercase letter. Underscores can also be used.
* Constants are in uppercase letters and can also use underscores.