Using only programming language we performs three operations in developing logic.
To perform first three operations every programming language contains three concepts.
In edition 2 above three concepts we also has more concepts to perform below tasks.
- Reading and Storing input data.
- Doing calculations for modifying data and generating output.
- Controlling modifications.
- Storing output permanently or printing it on console.
To perform first three operations every programming language contains three concepts.
- Datatypes: used to store data temporarily.
- Operations: For doing calculations.
- Control Statements: Used for validating and controlling modifications.
In edition 2 above three concepts we also has more concepts to perform below tasks.
- Reading input values from end user : IO Streams/ AWT.
- Sending multiple values at a time to another application : Arrays and Collections .
- Processing all requests at a time concurrently : Multi Threading .
- Handling user mistakes and user understandable message : Exception Handling.
- Sending and Reading data from Networking : Networking.
- Storing data or output permanently : IO Streams and JDBC.
- Executing logic in server system via web protocol : Servlets or JSP.
- Executing logic in server system via distributed protocols : RMI and EJB.
- Organizing logic Development by making it reusable from multiple applications by writing single program to execute method from different sub classes of an object : OOPS , LCRP , MVC.
0 comments:
Post a Comment