Study Viral (Java Tutorials For Beginners - Step By Step)
  • Home
  • Java Tutorials
    • Core Java
    • Java Swing
    • MS Access JDBC Java Application
  • Facebook Page
  • Programs
    • C Programs
    • C++ Programs
    • Java Programs
    • Python Programs
  • UGC NET
  • Home
  • Java Tutorials
    • Core Java
    • Java Swing
    • MS Access JDBC Java Application
  • Facebook
  • Programs
    • C Programs
    • C++ Programs
    • Java Programs
    • Python Programs
  • UGC NET

Struts 2 - File - Photo Upload with New Name (Unique Name) - Study Viral

 March 24, 2018     File Upload, Struts 2 FrameWork     No comments   

Struts 2 - File - Photo Upload with New Name (Unique Name) - Study Viral

Hello Friends

Welcome to StudyViraL Channel...
In this video i am going to make simple File/Photo Upload Page
in which File/Photo is going to copy to web server folder
as well as rename the File/Photo with New/Unique name
By using Apache Struts 2.5.14 Framework.

For this video we required
1). Struts2 Framework Jar Files (Available at Http://struts.apache.org)
2). Above all Netbeans IDE :D

Not Going into Theory This video Will Focus on Practical Work

In this video We are Going to Make following stuff with in our project
1). Add Required jar files to Project Library
2). Two JSP files (index.jsp, success.jsp)
3). Java Class (FileUploadAction.java)
4). classes named folder (for struts.xml)
5). web.xml
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 26 - Java Program to Print Star Pyramid Patterns 07 - Study Viral

 March 23, 2018     Java Programs, Pattern Program, Star     No comments   

Java Program 26 - Java Program to Print Star Pyramid Patterns 07 - Study Viral

 

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 25 - Java Program to Print Star Patterns 06 - Study Viral

 March 23, 2018     Java Programs, Pattern Program, Star     No comments   

Java Program 25 - Java Program to Print Star Patterns 06 - Study Viral

 

 

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 24 - Java Program to Print Star Square - Rombus Patterns 05 - Study Viral

 March 23, 2018     Java Programs, Pattern Program, Star     No comments   

Java Program 24 - Java Program to Print Star Square - Rombus Patterns 05 - Study Viral

Program No 24
In This video you are going to learn how
to draw Pyramid Pattern from user input....
This Program required TWO nested loop
First nested loop for upper part of Pattern
Second nested loop for lower part of Pattern

 

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 23 - Java Program to Print Star Half Diamond Patterns 04 - Study Viral

 March 23, 2018     Java Programs, Pattern Program, Star     No comments   

Java Program 23 - Java Program to Print Star Half Diamond Patterns 04 - Study Viral

Program No 23
This video helps you to learn how
to draw Pyramid Pattern from user input....
This Program required TWO nested loop
First nested loop for upper part of Pattern
Second nested loop for lower part of Pattern

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 22 - Java Program to Print Star Pyramid Pattrens 03 - Study Viral

 March 23, 2018     Java Programs, Pattern Program, Star     No comments   

Java Program 22 - Java Program to Print Star Pyramid Patterns 03 - Study Viral






Program No 22
in this video i am going to show you
to draw Pyramid Patten from user input....

        *
      * *
     * * *
    * * * *
  * * * * *
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 21 - Java Program to Print Pyramid Patterns 02 - Study Viral

 March 21, 2018     Java Programs, Pattern Program, Star     No comments   

Java Program 21 - Java Program to Print Pyramid Patterns 02 - Study Viral

  



..
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 20 - Java Program to Print Pyramid Pattrens 01 - Study Viral

 March 21, 2018     Java Programs, Pattern Program, Star     No comments   


Java Program 20 - Java Program to Print Pyramid Pattrens 01 - Study Viral

Java Program 20 - Java Program to Print Pyramid Patterns 01 - Study Viral
This video helps you to write java code to print Star Pyramid Pattern.





Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 19 - Java Program to Find Occurrence or Frequency of Digits In a Number - Study Viral

 March 15, 2018     Java Programs, Occurrence of Digits in Number     No comments   

Java Program 19 - Java Program to Find Occurrence or Frequency of Digits In a Number - Study Viral





Output :: 
 .
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Java Program 18 - Write a Java Program to print Uppercase and Lowercase Alphabets in Java

 March 05, 2018     Java Programs     No comments   

Java Program 18 - Write a Java Program to print Uppercase and Lowercase Alphabets in Java.
//How to print A to Z or a to z alphabets in Java




 


.
You can loop through A to Z using a for loop because they are stored as ASCII characters in Java.
So, internally, you loop through 65 to 90 to print the English alphabets.

You simply replace 'A' with 'a' and 'Z' with 'z' to display the lowercased alphabets. In this case, interally you loop through 97 to 122.
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Struts 2 FrameWork Tutorials - Simple Registration Form with JSP and MySQL - Study Viral

 March 03, 2018     Struts 2 FrameWork, Struts 2 Registration Form     1 comment   

Struts 2 FrameWork Tutorials - Simple Registration Form with JSP and MySQL - Study Viral



In this video you will learn how to make simple Registration Page
using Apache Struts 2.5.14 Framework with JSP and MySQL DataBase and you can also check user email is already exist or not in database using AJAX.

Email :: info@studyviral.in
Or
Email :: studyviral.in@gmail.com 
Website:: www.StudyViraL.in 
Facebook Page ::  https://www.facebook.com/StudyViral.in/
For Suggestions You Can Email :: info@studyviral.in


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Facebook

StudyViral

Labels

Alphabet Pattern Binary Tree BLOB (Binary Large Object) Computer Networks Computer Science And Applications Paper-II Data Structure DBMS Digital Clock Digital Watch Extra Tutorials File Upload Find Age from Date of Birth Graph-Algorithms Java and J2EE web applications JAVA JDK 12 Java Mail API Java MySQL Java Programs Java Programs List Java Servlets Java Swing Java Swing With MySQL Database Java Tutorials JCalender KVS Compuer Science - January 2017 Question Paper MS Access JDBC Java Application Multiuser Login NETBEANS 11 IDE Occurrence of Digits in Number Operation System Pattern Program Reverse of String Sending Email Servlet Servlet Tutorial Software Engineering Star Struts 2 FrameWork Struts 2 Registration Form UGC NET JULY 2018 Windows Commands

Popular Posts

  • Program 01: Write a program to display/print your name.
     Program 01 - Write a program to display/print your name. This is a very basic and introductory program in Java. You might see similar p...
  • Install NetBeans 11 IDE on Windows 10 - Study Viral
    Install NetBeans 11 IDE on Windows 10 - Study Viral How to Install NetBeans 11 IDE on Windows 10. Download Link : https://netbeans...
  • Create CON, AUX, NUL name folder and files in Windows - Study Viral
    Create CON, AUX, NUL name folder and files in Windows - Study Viral Most of you may be aware of many MS-DOS commands but still n...

Categories

  • Alphabet Pattern (13)
  • Binary Tree (2)
  • BLOB (Binary Large Object) (1)
  • Computer Networks (2)
  • Computer Science And Applications Paper-II (40)
  • Data Structure (6)
  • DBMS (1)
  • Digital Clock (1)
  • Digital Watch (1)
  • Extra Tutorials (3)
  • File Upload (1)
  • Find Age from Date of Birth (1)
  • Graph-Algorithms (1)
  • Java and J2EE web applications (3)
  • JAVA JDK 12 (1)
  • Java Mail API (3)
  • Java MySQL (5)
  • Java Programs (44)
  • Java Programs List (3)
  • Java Servlets (3)
  • Java Swing (16)
  • Java Swing With MySQL Database (4)
  • Java Tutorials (37)
  • JCalender (1)
  • KVS Compuer Science - January 2017 Question Paper (6)
  • MS Access JDBC Java Application (6)
  • Multiuser Login (1)
  • NETBEANS 11 IDE (1)
  • Occurrence of Digits in Number (1)
  • Operation System (4)
  • Pattern Program (8)
  • Reverse of String (2)
  • Sending Email (1)
  • Servlet (3)
  • Servlet Tutorial (3)
  • Software Engineering (4)
  • Star (7)
  • Struts 2 FrameWork (2)
  • Struts 2 Registration Form (1)
  • UGC NET JULY 2018 (40)
  • Windows Commands (2)

Pages

  • Java Tutorials
  • ASP.NET (in Hindi)
  • Java Programs List

Blog Archive

  • ►  2021 (3)
    • ►  April 2021 (3)
  • ►  2019 (7)
    • ►  June 2019 (1)
    • ►  May 2019 (2)
    • ►  March 2019 (4)
  • ▼  2018 (111)
    • ►  November 2018 (7)
    • ►  October 2018 (20)
    • ►  September 2018 (10)
    • ►  August 2018 (3)
    • ►  July 2018 (19)
    • ►  June 2018 (5)
    • ►  May 2018 (2)
    • ►  April 2018 (3)
    • ▼  March 2018 (11)
      • Struts 2 - File - Photo Upload with New Name (Uniq...
      • Java Program 26 - Java Program to Print Star Pyram...
      • Java Program 25 - Java Program to Print Star Patte...
      • Java Program 24 - Java Program to Print Star Squar...
      • Java Program 23 - Java Program to Print Star Half ...
      • Java Program 22 - Java Program to Print Star Pyram...
      • Java Program 21 - Java Program to Print Pyramid Pa...
      • Java Program 20 - Java Program to Print Pyramid Pa...
      • Java Program 19 - Java Program to Find Occurrence ...
      • Java Program 18 - Write a Java Program to print Up...
      • Struts 2 FrameWork Tutorials - Simple Registration...
    • ►  February 2018 (18)
    • ►  January 2018 (13)
  • ►  2017 (36)
    • ►  December 2017 (10)
    • ►  November 2017 (9)
    • ►  October 2017 (7)
    • ►  September 2017 (10)

About Me

Rohit Basra
Hello guys my name Rohit Basra. I love to code and teach java language.
View my complete profile

Followers

Copyright © Study Viral (Java Tutorials For Beginners - Step By Step) | Powered by Blogger