Thursday 2 March 2017

MySQL Insert Record





Table Structure

Field
Type
Null
Default
Comments
roll
int(11)
No 

 Auto Increment
name
varchar(50)
No 


city
varchar(50)
No 


sub
varchar(30)
No 





Object Oriented Approach


<?php 
$servername = "localhost";
$username = "root";
$password = "";

Core Java Assignment 6

Core Java Assignment 7

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 6


Write a Java Program to create three interfaces, each with two methods. Inherit a new
interface from the three, adding a new method. Create a class by implementing the new

Core Java Assignment 5


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 5


Write an applet with a JTextArea where the user can enter some text. The applet should
have a button. When the user clicks on the button, the applet should count the number of

Core Java Assignment 4

Core Java Assignment 4

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 4


Design a Calculator using Java Applet/Swing. The display should have all the digit buttons
along with buttons for operations +,-,*, / and =. There is a designated panel to show the
current results. If a digit button is clicked, the number is displayed on the panel. If an

Core Java Assignment 3

Core Java Assignment 2


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 3


Write a Java Program to create three new types of exceptions. Write a class with a method

Core Java Assignment

Core Java Assignment


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 2


Open a text file so that you can read the file one line at a time. Read each line as a String

Core Java Assignment

Core Java Assignment


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 1

Write a program that can create a concordance ( A concordance lists every word that
occurs in the document, and for each word it gives the line number of every line in the

Wednesday 1 March 2017

Java Syllabus

Java Syllabus


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.


Java
Syllabus

S. No.
Topic
Minimum number of hours
1
Introduction to Object Oriented Programming
14
2
Introduction to Java programming Language.
32
3
Introduction to UML.
14

                 Lectures  = 60
Practical/tutorials = 60
                      Total = 120

Detailed Syllabus


1. Introduction to Object Oriented Programming 14 Hrs.

Java Course Objective


NIELIT A Level Java Objective

A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Objective of the Course


The course is designed to impart knowledge and develop skills required to solve real world problems using object oriented approach, Java Language constructs and Unified Modelling Language. This course covers the subject in 3 sections, viz, Introductions to Object Oriented Programming, Introduction to Java Programming Language, Introduction to UML.

Tuesday 28 February 2017

Flash Shape Change Animation

Flash Shape Change Animation

This post will help you to learn shape change animation in flash 8 just go through following steps with image screen shot


Monday 27 February 2017

Bootstrap Tutorial


Bootstrap Tutorial
Bootstrap is a set different type of CSS Class.  Which help you to make responsive website that adjust its visual appearance dependent on target device resolution? For use   Bootstrap you just need to add bootstrap.min.css in head.

Saturday 25 February 2017

Dynamic Array Java Script


Dynamic Array Java script

Enter Name :



Source Code

<!DOCTYPE> 
<html>

Friday 24 February 2017

CSS Drop Down Menu


CSS Drop Down Menu





This is your page text underneath of menu and menu will overlap this text because of z index

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

Wednesday 22 February 2017

Java Script Button




Button Effect CSS


      

Monday 20 February 2017

Selection Sort

In computer science, a selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity, and also has performance advantages over more complicated algorithms in certain situations, particularly where auxiliary memory is limited.

Bubble Sort

Bubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. The pass through the list is repeated until no swaps are needed, which indicates that the list is sorted. The algorithm gets its name from the way smaller elements "bubble" to the top of the list. Because it only uses comparisons to operate on elements, it is a comparison sort. Although the algorithm is simple, most of the other sorting algorithms are more efficient for large lists.

Sorting Data Structure

Java Script Event


Java Script Event

Java script is a scripting language intended to handle event, rise from different controls of HTML. If you want to learn java script then you need to first learn about event.

An event is generated by a control,page or any other type of activity . Event is generated through user, software, browser,server etc. with the help of  event system acknowledge that something is happening  . Example of different types of events are click,double click,mouse over , mouse out etc. When an event is generated an event handler is require to capture that particular event. I have added some example of most fundamental event in following code. After that you will be able handle some important event .

Sunday 19 February 2017

Image Hover CSS Effect


Image Hover Effect CSS


Girfa : Student Help
Girfa : Student Help
Girfa : Student Help



Girfa : Student Help


<div class="container">
  <img src="girfa.jpg" class="image">
  <div class="overlay">
    <div class="text">Girfa : Student Help</div>
  </div>
</div>

CSS Code


.container {
  position: relative;
  width: 50%;
}

Saturday 18 February 2017

CSS Image Formatting


Image Formatting CSS





<img src="girfa.jpg" style="margin-left:20px;border-radius: 8px;"/>



<img src="girfa.jpg" style="border-radius: 50%;"/>