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

Java Swing Multiple/Multi User Login in Netbeans and MySQL Database - StudyViral

 February 24, 2018     Java MySQL, Java Swing With MySQL Database, Multiuser Login     1 comment   

Java Swing Multiple/Multi User Login in Netbeans and MySQL Database - StudyViral




In this video i am going to show you how to make Multiple/Multi User Login Page for Admin and Candidate On Single JFrame using MySQL.........


Steps
1) Xampp is required
2) I am using jar file
    mysql-connector-java-5.1.9.jar file
   (Helps to communicate Java Swing Application with MySQL)
3) Create Table login_table in MySQL
4) Create Swing Design
5) Code Work


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

Install XAMPP for Java Netbeans on Windows 10 - Study Viral

 February 24, 2018     Java Swing With MySQL Database     No comments   

Install XAMPP for Java Netbeans on Windows 10 - Study Viral



In this video you can learn How to install Xampp Setup on windows 10.
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How to Hide - Unhide Folder Using Command Prompt - Study Viral

 February 24, 2018     Extra Tutorials, Windows Commands     No comments   

How to Hide - Unhide Folder Using Command Prompt - Study Viral


In this video you will learn
How to Hide folder and from Command Prompt (CMD) ?
The benefit of using cmd hidden folder is that
it will not appear from Graphical Interface.


Command used...to hide
attrib +h +s +r folder_name     

Command used...to unhide
attrib -h -s -r folder_name 



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

Create CON, AUX, NUL name folder and files in Windows - Study Viral

 February 24, 2018     Extra Tutorials, Windows Commands     No comments   

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 now you are not able to create directory with following names…
CON, AUX, PRN, COM1, LPT1, LPT2, LPT3, COM2, COM4, etc.
Microsoft MS-DOS had reserved these names for these system device drivers.
  • AUX : Auxiliary device, usually a serial port
  • CON : Keyboard and display
  • CLOCK$ : System real-time clock
  • COM1 : First serial communications port
  • COM2 : Second serial communications port
  • COM3 : Third serial communications port
  • COM4 : Fourth serial communications port
  • LPT1 : First parallel printer port
  • LPT2 : Second parallel printer port
  • LPT3 : Third parallel printer port
  • NUL: Bit-bucket device
  • PRN : System list device, usually a parallel port
 



 

Create CON, PRN folders using the command line?


Because these are Device Driver names in Microsoft Operating System and these cannot be used as file or folder names in Graphical User Interface (GUI).
But this can be possible from Windows Command Prompt (CMD). By using simple command as shown

  1. To open CMD, right on the Start button and click Command Prompt.
  2. Now type the following command to create a folder name CON on the desktop



C:\Users\Rohit\Desktop\try>md con\
C:\Users\Rohit\Desktop\try>md AUX\
C:\Users\Rohit\Desktop\try>md prn\
 


 


After creating such folders you are also not able to DELETE these type of folders from Graphical User Interface (GUI). Now again power of Windows Command Prompt (CMD) is came in existence. To remove this kind of directory we use following command as shown.


C:\Users\Rohit\Desktop\try>rd con\
 
 

You can also watch video


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

  • 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...
  • UGC NET JULY 2018 (Computer Science And Applications Paper-II) (Question 26)
    UGC NET JULY 2018 (Computer Science And Applications Paper-II) (Question 26) Q 26. A binary search tree in which every non-leaf node...
  • Java Swing Application for Sending E-Mail - StudyViral
    Java Swing Application for Sending E-Mail - StudyViral Hello Friends Welcome to StudyViraL Channel In this video I am going...

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)
    • ▼  February 2018 (18)
      • Java Swing Multiple/Multi User Login in Netbeans a...
      • Install XAMPP for Java Netbeans on Windows 10 - St...
      • How to Hide - Unhide Folder Using Command Prompt -...
      • Create CON, AUX, NUL name folder and files in Wind...
      • Java Program 17 - Java Program to Print Reverse of...
      • Java Program 16 - Java Program to Print Reverse of...
      • Java Program 15 - Java Program to Print Even Numbe...
      • Java Program 14 - Java Program to Print Odd Number...
      • Java Program 13 - Java Program to check whether Nu...
      • Java Tutorials 31 - Use of static Keyword in Java ...
      • Java Program 12 - Java Program to Make Simple Calc...
      • Java Program 11 - Check the given number is a prim...
      • How to Find Your Windows 10 Product Keys Using Com...
      • Java Program 10 - Print Reverse of a Number to Che...
      • Java Program 09 - Use of Bitwise Operator in Java ...
      • Java Program 08 - Use of Command Line Arguments - ...
      • Java Program 07 - Produce Fibonacci Series Upto N ...
      • Java Program 06 - Produce Fibonacci Series Upto N ...
    • ►  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