Connect With Us

ads

Sunday 6 November 2016

How to import java package in Jsp ?

If you want to import one class in jsp

<%@ page import="com.MyClass" %>
Where com is the package name.

Friday 4 November 2016

What is JDK JRE and JVM



JVM: It is an abstract machine. It is the specification which provide Run Time Environment in Which Java Byte code can be executed.

What are Deffered Scripts in Java Scripts

                 What's  are the problem with normal scripts ?

Thursday 3 November 2016

How to Put Java Script Inside html

There are two ways to use the <script> element
1- Put Java script code directly into the page within <script> tags.
2- Include JavaScript from an external file                    
.   Java Script contained inside a <script> element
    is interpreted from top to bottom.
The rest of page is not loaded or displayed until after
 all the code inside the <script> element has been evaluated  Inline Java Script Example

Parts of Java Script

There are three parts of Java Script:
(1) ECMA Script : stands for European Computer Manufacturers Association

What is Java Script ?

Java Script is light Weighted interpreted object based with first class function and the best known as scripting language for web pages but it used in many non browser environment as well.
 
  Interpreted: No need to compile

  Firstclass function: You can take a function and assign into a variable

 Scripting Language: It is the way to use script run dynamically.

Create Any website Responsive in two minutes

If you are Using Eclipse or Netbeans download click on on source code http://bootstrapdocs.com/v3.0.3/docs/getting-started/   and extract the folder copy the css, font and js folder and paste into Web Content. Then Paste below code

What is Java ?

Java is a High Level Programming Language as well as Platform.