Tuesday, January 18, 2022

FLAT(Formal Languages and Automata Theory)

FLAT Syllabus( R22-CSE- JNTUH ): Click Here

Unit-1 : Hand Written Notes Click Here

old Notes Click Here

Unit-2 : Hand Written Notes Click Here

old Notes Click Here

Unit-3 : Hand Written Notes Click Here

old Notes Click Here

Unit-4 : Hand Written Notes Click Here

old Notes Click Here

Unit-5 : Notes Click Here

Unit Wise Important Questions: Download

JNTUH FLAT Previous Questions: Download

Monday, January 17, 2022

Web Technologies

 Students blog for Happy Learning

Web Technologies Syllabus(R18-CSE-JNTUH): Click Here

Unit-1 : Notes Click Here

Unit-2 : Notes Click Here

Unit-3: Notes Click Here

Unit-4 : Notes Click Here

Unit-5 : Notes Click Here

Unit Wise Important Questions: Download

JNTUH Unit Wise Previous Questions: Download


ppts on Unit-5(Java Script)

Presentations on Java Script

Introduction to Java Script, First Java Script Program & Variables in Java Script ppt

Functions & Event Handlers, Form Validation in Java Script ppt

ppts on Unit-4 (JSP)

 Presentations on JSP - Java Server Pages

Introduction to JSP ppt

JSP Declarative Tags ppt

JSTL Tags & Directives ppt

Cookies & Sessions in JSP ppt


ppts on Unit-3( Servlets)

 Presentations on Servlets 

What is Servelet? ppt

Introduction to Servlet ppt

Servlet API ppt

Deploying Servlet ppt

Connecting Servlet with Tomcat ppt

Connecting Database with Servlet ppt

ppts on UNIT-2 (HTML & XML)

 Presentations on HTML & XML

HTML Forms ppt

HTML Tables ppt

HTML Frames ppt

Basic Building Blocks of XML Documents ppt

XML DOM ppt

XML DTD ppt

ppts on Unit-1(PHP)

 Presentations on PHP 

    PHP Introduction ppt

    PHP Data Types ppt

    PHP Form-Handling ppt

    PHP File Handling ppt

    PHP Functions ppt

    PHP Operators ppt

    PHP MySql ppt

    PHP SQLDB ppt


A simple Java program to find the inverse of a given matrix

  import java.util.Scanner; public class MatrixInverse { public static void main (String[] args) { Scanner scanner =...