Strings in Java examples

Basic String Examples

Posted in Java, Object Oriented Programming using Java | Leave a comment

Reserved words

keywords or reserved words in Java:- Reserved words or Keywords are words that have a specific meaning to the compiler and can not be used for other purposes in the program.

Posted in Java | Leave a comment

Programming Paradigms

  • Paradigm can also be termed as method to solve some problem or do some task.
  • programming paradigm is a style, or “way,” of programming.
  • Main paradigms in scientific computation (many others for other fields):
  • Imperative.
  • Functional.
  • Logical
  • Object-Oriented.
  • Imperative
  • The language provides statements, such as assignment statements , which explicitly change the state of the memory of the computer.
  • The basic idea is the command, which has a measurable effect on the program state.

“ First do this and next do that “

  • Functional
  • In this paradigm we express computations as the evaluation of mathematical functions.

“ Evaluate an expression and use the resulting value for something “

 

  • Logic
  • The logic paradigm fits extremely well when applied in problem domains that deal with the extraction of knowledge from basic facts and relations.

“ Answer a question via search for a solution “

  • Object-Oriented
  • In this paradigm we associate behavior with data-structures called “objects ” which belong to classes which are usually structured into a hierarchy.

“ Send messages between objects to simulate the temporal evolution of a set of real

world phenomena “

Posted in Object Oriented Programming using Java | Leave a comment

Struts2 Interceptors

Notes of Struts2 Interceptors

Struts2_Interceptors

Posted in Struts2 | Leave a comment

Struts2 Validation Framework

Notes for Struts 2 Validation Framework

Struts2_ValidationFramework

Posted in Struts2 | Leave a comment

Software Engineering Assignments

Please find the Software Engineering Assignments as below

Assignment – 1

Assignment – 2

Assignment – 3

Assignment – 4

Posted in Software Engineering | Leave a comment

Software Engineering basics

Posted in Software Engineering | Leave a comment

Ajax Videos

Posted in Web Technologies | Leave a comment

Ajax

AJAX stands for Asynchronous JavaScript and XML.

AJAX is not a new programming language, but a new way to use existing standards.

AJAX is the art of exchanging data with a server, and update parts of a web page – without reloading the whole page.

Unit1- Ajax Framework

Posted in Web Technologies | Leave a comment

Css Videos

 

 

 

Posted in CSS | Leave a comment