a List the three things that happen when the following state
a. List the three things that happen when the following statement is executed : int x = 5;
b. List five different things you would need to know to learn a new programming language. These should parallel the approach we’ve taken in class to learning Java.
Solution
a)
int x=5;
here x is identifier .
b) Different things you would need to know to learn a new programming language like java
1. Simple and powerful languages are always easy to learn.(less coding & easy syntax)
2. Platform independent & Portable (Easy to move and run all hardware platforms)
3. Robust & Secure (Strong & without loop holes)
4. Support Object-Oriented and functional programming.
5. Multithreaded & Distributed for achieving High performance .
6. Use to develop all types real world applications belongs to different areas(Networks,Standalone,web,Artificial Intelligence ,Mining,..etc)
