Skip to main content

Posts

Featured

GTU Advanced Java Open Ended Problem

-------------------------------------Problem Statement --------------------------------- Using J2EE JSP/Servlet API develop student’s management system required to manage student’s academic activity such as student’s profile, student’s day to day assignment submission as per instructions and assignment given by teacher . Provide MVC based interface using spring framework and do the database design using Hibernate framework and also provide two login roles  one for teachers providing assignment and notification for class and other for students to submit their assignments and can view notices published by teachers. To Download Code please Click Below Link From Google Drive Click Here For any Query Post comment or Email me : mahavir.vataliya110@gmail.com You Have to Create Database in Java DB(Derby) In Netbeans and create Tables Shown in Screenshot below and you have to edit hibernate config file according to it for username and password when you creat

Latest posts

Se p1

Advanced Java Practicals

Netcat Command In windows

C Program to implement Lagrange interpolation method to interpolate value of y for the given value of x

C program to implement secant method to find the root of equation

C Program to Implement Newton Raphson Method to find the root of the equation

c program to implement Regular Falsi method to find the root of equation

C program to implement bisection method to find the root of equation

Write a program to allocate two dimensional array with varying size of columns in C++

Implement a program of matrix Multiplication in c++