Posts

File operators

EXPLANATION : -    File operations involve interacting with files on a computer system, allowing you to create, read, write, and delete files. Common operations include: 1. Open a file – Access a file to read or modify it. 2. Read from a file– Extract data from the file. 3. Write to a file– Add or modify data in the file. 4. Close a file– End the interaction with the file to free up system resources. 5. Delete a file – Remove the file from the system.  These actions help manage data in programs and applicationsapplications PROGRAM:- import java.io.File; import java.io.*; import java.io.FileWriter; import java.io.FileReader; import java.io.BufferedReader; import java.io.IOException; class FSC{      public static void main(String args[])throws IOException { int i; DataInputStream d = new DataInputStream(System.in); String fileName = "msc1.txt"; do { System.out.println("\nwhich type of file operation you want to perform?"); System.out.println("\n1.file creatio...
Image
  INDHUJA D View Full Size On Blogger since June 2024 Profile views - 4 Report Abuse My blogs Indhuja About me Gender Female Industry Education Location Kumabkonam,   Tamil Nadu,   India Introduction "Hello, my name is Indhujadurai. I have completed my B.Sc. in Computer Science from Idhaya College for Women, and I am currently pursuing my M.Sc. in Computer Science at Government Arts College (Autonomous), Kumbakonam. I have developed strong skills in Python, web development, MySQL, and MS Office tools, including MS Word. My academic journey has allowed me to build a solid foundation in these areas, and I am passionate about applying my knowledge in real-world projects. In my free time, I enjoy watching dramas, cooking, and reading books. These hobbies help me stay creative and relaxed. I am eager to continue learning and growing in the field of computer science and look forward to new opportunities where I can contribute and expand my skills." Interests ITI field Favourite...
Image
RESUME:-

HTML CSS AND ATTRIBUTES QUIZ

Image
ATTRIBUTES :-  CSS :-  HTML :-

RESUME

Image
<!Doctype html> <html> <title> profile </title> </html> <body> <h1><center>RESUME</center></h1> <ul> <li><a href= "#Per"> Personal Information</a></li> <li><a href ="#Edu"> Education</a></li> <li><a href ="#Cont"> Contact Information</a></li> <li><a href ="#Skil"> Skills</a></li> <li><a href ="#Hop"> Hobbies</a></li> </ul> <h1 id=Per>Personal Information</h1> <ul> <li>Name: D.Indhuja</li> <li>Father name: S.Durai</li> <li>Mother name: D.Bhuvaneshwari</li> <li>Date of birth: 30.03.2003</li> <li>Gender: Female</li> <li>Nationality: Indian</li> <li>Marital Status: Single</li> <li>Languages known: Tamil and English</li> <h1 id=Edu>Edu...

Shutdown processing

Image
                 SHUTDOWN PROCESSING      DISCLAIMER:             1.Press the windows key+R to open the run dialog box.              2.Type the Shutdown -s press enter.              3.Save the notepad.              4.Close the window screen. 

Change Time and Date

Image
DISCLAIMER :           1.Click the time in the system (usually in the bottom right corner).            2.Change the date and time settings.            3.Change next to date and time.            4.Adjust the time and click.