Posts

PHP Program to display all Server information in table format.||EasyCoding45

Write a PHP program that takes name and age from an HTML page. If the age is less than 18, it should send a page with “hello ,and u are not authorized to visit this site” otherwise it should send “welcome to this site” message where name should be replaced with the entered name otherwise it should send welcome to the site message.||EasyCoding45

PHP program to accept user details such as user-id, name, Address, email, and mobile no. Display same information on next page.||EasyCoding45

PHP script to display GATEWAY INTERFACE, Server Address, Server Name, server software, server protocol ||EasyCoding45

Write a PHP script to demonstrate the introspection for examining class .(use function get_declared_classes() ,get_class_methods() and get_class_vars())||EasyCoding45

Define an interface which has methods area( ), volume( ). Define constant PI. Create a class cylinder which implements this interface and calculate area and volume||EasyCoding45

Define class student(rno,name,marks1,marks2) .Define result class(total,percentage) inside the student class.accept the student details and display the Marksheet with Rno,name,marks1,Marks2,total,percentage.(use inner class concept.)||EasyCoding45

Writa a java program that take input as aperson name in the format of first middle last name and then print it in the form last first and middle,where in the middle name first character is capital letter||EasyCoding45

Create an abstract class Shape with methods calc_area and calc_volume. Derive three classesSphere(radius) , Cone(radius, height) and Cylinder(radius, height), Box(length, breadth, height)from it. Calculate area and volume of all. (Use Method overriding).||EasyCoding45

Write a java program which accepts a string and a characters to be search from the user the program should display the totalno of character in string.||EasyCoding45

Define a Student class (roll number, name, percentage). Define a default and parameterized constructor. Keep a count of objects created. Create objects using parameterized constructor and display the object count after each object is created. (Use static member and method). Also display the contents of each object.

Write a java program which define class Employee with data member as name and salary.program store the information of 5 Employees.display the name who earn maximum salary.(Use arrary of object)

How To Remove Duplicate values from Array using PHP||EasyCoding45

How to find Server information through PHP||EasyCoding45

Addition of two numbers in PHP using Function ||EasyCoding45