Posts

Showing posts from September, 2024

file operation

    File Operation:                              In Java, a   File   is an abstract data type. A named location used to store related information is known as a   File . There are several   File Operations   like  , creating a new File getting information about File writing into a File reading from a File   deleting a File .  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 creation\n2.read\n3.write\n4.update\n5.delete"); System.out.println("Enter your choice:"); i= Intege...

Bio-data

                          BIO-DATA ABOUT:   This blog is used to know me well! .   It contains some details of myself. I glad to share about me with all!  MYSELF: I am vishnupriya Ravichandran. PG  studying, student in Computer Science Department at Government Arts College, Kumbakonam.  EDUCATION: UG completion at Government college For Women, kumbakonam.   ‌Schooling in Minerva Higher Secondary School, kadichambadi.  SKILL: ‌Good in python and Html.  Basic knowledge of ms office.  Good in web development.  FIELD INTEREST: ‌ Data Visualization concepts in Data Science.  ‌Creating Webpages.  ‌I like to clear bugs though the programs.  OTHER INTEREST: ‌Huge interest on Baking.  PERSONAL INFO: ‌Born on 4th January, 2003. ‌staying in T. Palur, Ariyalur District.  AVAILABLE ON: ‌WhatsApp(9344642048) .  ‌Email: vishnuravi79380@gmail.com