Posted by Prem Tiwari | Updated on | in Java Programming.
JSON ( JavaScript Object Notation ) is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web …
Posted by Prem Tiwari | Updated on | in Java Programming, JSP.
The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL statements to almost any relational database. JDBC …
Posted by Prem Tiwari | Updated on | in Java Programming, JavaScript, JSP.
Hello friend, hope you are doing good. In today tutorial, I will explain about JSP (Java Server Pages). This tutorial is specially designed for JSP (Java Server Pages) beginners or who want to start learning …