Skip to content

One step at a time.

  • Home
  • Technology
  • Core Java
  • Advance Java
  • Spring Technologies
  • AWS
  • Github
  • NoSQL
  • SQL
  • UI

Spring

January 31, 2016
kokasiva1

Documentation  : The Spring Framework is a lightweight solution and a potential one-stop-shop for building your enterprise-ready applications. However, Spring is modular, allowing you to use only those parts that you […]

Assignments on Advance Java

January 29, 2016
kokasiva1

Assignement on Jsp, Servlet and JDBC 1.Display current date in DD-MM-YYYY hh:mm:ss 2.Display all the records avaliable in your register table 3.Identify relative path of your jsp file 4.Display all […]

JSP (java server pages)

January 25, 2016
kokasiva1

JSP will be divided in to 3 sections Scriplets Expressions Declarations Life Cycle Of JSP: Translated servlet of a jsp contains the following  jspInit() _jspService() jspDestroy() scriplet:   .is a jsp […]

Servlets

January 25, 2016
kokasiva1

Package :  javax.servlet.*; javax.servlet.http.* .Servlets is a technology from Sun which is used to develop Servers Side components. Servlets as a server side component is responsible to recieve the request […]

JDBC

January 25, 2016
kokasiva1

Package : java.sql.* https://jdbc.postgresql.org/download.html https://www.enterprisedb.com/downloads/postgres-postgresql-downloads Steps to implement JDBC program  1. Load the driver class      Class.forName("org.postgresql.Driver"); 2. Establish the connection      con = DriverManager.getConnection("jdbc:postgresql://127.0.0.1:5432/postgres", "postgres", "abcd12345"); 3. […]

Github Repos

January 25, 2016
kokasiva1

*********************     BATCH-4 REPOS  *************************   Core Java : https://github.com/belljava2017/BellInfo-B4    JDBC :http://https://github.com/belljava2017/Jdbc-crud-demo   Servlets, JDBC & JSP : https://github.com/belljava2017/bacth4-servlets-jdbc-program   Design Patterns : https://github.com/belljava2017/desing-patterns   Spring IOC :  […]

Tips & Tricks

January 23, 2016
kokasiva1

1. How to create .m2 folder in windows?     You can do this through command prompt. Go to the directory you want to add .m2 folder in command prompt […]

Core Java Assignment 8

January 20, 2016
kokasiva1

1) I have 3 classes called Hospital and Doctor, and Patient as below Class Hospital {     String hospitalName;     Doctor doc;     Address hospitalAddress; } Doctor { […]

Collections

January 19, 2016
kokasiva1

               Array vs Collection               List vs Set              Vector vs Arraylist vs Linked List       […]

Core Java Assignment 7

January 16, 2016
kokasiva1

Write in to file using BufferedWriter? Identify number of words  in your file? Write a logic to replace one word with another ? Write a program to create an xls […]

Posts navigation

Older posts
Newer posts

Categories

  • Technology (53)
    • Advance Java (16)
      • Assignments (1)
      • Spring Technologies (5)
    • AWS (2)
    • Core Java (19)
      • Assignments (10)
      • Setup & Basics (3)
    • Github (1)
    • Interview Questions (3)
    • NoSQL (1)
    • UI (1)
  • Uncategorized (2)
    • Rest API (1)

Archives

Recent Posts

  • Lambda Expressions – Java November 2, 2018
  • Splunk Queries October 2, 2018
  • AWS CLI July 25, 2018
  • Getting started with Groovy July 25, 2018
  • Docker – basics & commands April 18, 2018

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Proudly powered by WordPress  |  Theme by featherplain

  • About me & blog
  • Sample Page

© 2025 

Thank you

Your feedback has been received.

Close
 

Loading Comments...
 

    Feedback