CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Expressions

AngularJS – Expressions

In our previous Article “AngularJS – Introduction“, we quickly looked into AngularJS. Now on, through the series of Articles, I would like to explain more about AngularJS and its components. Expressions in AngularJS are used to evaluate the given expressions and can be written in double curly braces or using the ng-bind directive. For example, […]

JSP – Scripting Elements

We can use JSP pages to write presentation logic to separate the business logic from presentation layer. Once the JSP page is requested; web-server translates into a Servlet and Servlet will insert the business logic wherever required. To write the presentation logic in JSP we need JSP elements. In this article I am going to discuss […]

Scroll to top