Cherish  Foundation
 
php
 
asp.net
 
java
 
personality
 
faq
 
 
"In order to succeed, your desire for success should be greater than your fear of failure."
 
 
  Arts & Foreign Language Courses
   
 
S.No Course Name Duration Eligbility
1. Master in Performing Arts 2 yrs. BVA
2. Master in Visual Arts 3 yrs. BVA
3. Bachelor in Performing Arts 3 yrs. 10+2
4. Diploma in Music Vocal, Instrumentation, Dance, Dramatics 3 yrs. 10+2
5. Certificate course in French, Spanish, German 9 Months. 10+2
6. Diploma course in French, Spanish, German+A94 15 Months. 10+2
7. Bechelor in Visual Arts 3 yrs. 10+2
8. Diploma in Painting Adversiting design, Photography,
jewelery design
3 yrs. 10
   
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.