Connect With Us

ads

Newsletter

ads

Tuesday 24 January 2017

What is the difference between GET and POST method ?

  • GET: Get method  form data encoded into A URL by the browser. The form data is visible in URL bar.. The form data is restricted to ASCII c...

    Saturday 21 January 2017

    How bootstrap works along with html and css ?

  • Bootstrap is most popular HTML, CSS and JavaScript framework  to design Responsive website free to use. Bootstrap use html element and css...

    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.