Posts
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
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
- Get link
- X
- Other Apps
PHP program to accept user details such as user-id, name, Address, email, and mobile no. Display same information on next page.||EasyCoding45
PHP program to accept user details such as user-id, name, Address, email, and mobile no. Display same information on next page.||EasyCoding45
- Get link
- X
- Other Apps
PHP script to display GATEWAY INTERFACE, Server Address, Server Name, server software, server protocol ||EasyCoding45
PHP script to display GATEWAY INTERFACE, Server Address, Server Name, server software, server protocol ||EasyCoding45
- Get link
- X
- Other Apps
Write a PHP script to demonstrate the introspection for examining class .(use function get_declared_classes() ,get_class_methods() and get_class_vars())||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
- Get link
- X
- Other Apps
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 an interface which has methods area( ), volume( ). Define constant PI. Create a class cylinder which implements this interface and calculate area and volume||EasyCoding45
- Get link
- X
- Other Apps
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
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
- Get link
- X
- Other Apps
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
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
- Get link
- X
- Other Apps
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.
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.
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps