PHP

PHP

undefinedth undefinedundefined
By with 0 Comments
What is PHP?PHP is a powerful scripting language that fits gracefully into HTML and puts the tools for creating dynamic websites in the hands of the people — even people like me who were too lazy to learn Perl scripting and other complicated backend hoodoo.PHP is an acronym for "PHP: Hypertext Preprocessor"PHP is a widely-used, open source scripting

Struts Tutorial

Struts Tutorial

undefinedth undefinedundefined
By with 0 Comments
 MVC Pattern     Pattern-It means it resolve's some problem,it follows some set of rules The MVC (Model-View-Controller) architecture the client request is first intercepted by a servlet referred as controller servlet. this servlet handles the initial processing of the request and determines which JSP page to display next. Here the controller servlet is the single point of

Core JAVA

Core JAVA

undefinedth undefinedundefined
By with 0 Comments
https://docs.google.com/document/d/1xIyaej_-BLzOp2FNS9poZZW-b5rlSH9ua82g3Z2paXc/edit https://docs.google.com/document/d/1xIyaej_-BLzOp2FNS9poZZW-b5rlSH9ua82g3Z2paXc/edit

How to Create Advanced Firewall Rules in the Windows Firewall

How to Create Advanced Firewall Rules in the Windows Firewall

undefinedth undefinedundefined
By with 0 Comments
How to Create Advanced Firewall Rules in the Windows Firewall Image
Windows’ built-in firewall hides the ability to create powerful firewall rules. Block programs from accessing the Internet, use a whitelist to control network access, restrict traffic to specific ports and IP addresses, and more – all without installing another firewall.The firewall includes three different profiles, so you can apply different rules to private and public networks. These options

Linux Directory Structure (File System Structure) Explained with Examples

Linux Directory Structure (File System Structure) Explained with Examples

undefinedth undefinedundefined
By with 0 Comments
Linux Directory Structure (File System Structure) Explained with Examples Image
Have you wondered why certain programs are located under /bin, or /sbin, or /usr/bin, or /usr/sbin?For example, less command is located under /usr/bin directory. Why not /bin, or /sbin, or /usr/sbin? What is the different between all these directories?In this article, let us review the Linux filesystem structures and understand the meaning of individual high-level directories.1. / –

SOME IMPOTENT PROTOCOL

SOME IMPOTENT PROTOCOL

undefinedth undefinedundefined
By with 1 Comments
20 File Transfer Protocol (Data) The File Transfer protocol provides a mechanism for transferring specific files between network connected computer systems (usually a Linux or UNIX based system). Transfer is typically performed using the ftp client which provides a range of commands used to connect to a remote server for the purpose of uploading or downloading files. Most