Posts

Showing posts from July, 2024

File Operation

Image
 FILE OPERATIONS        In Java, file operations such as inserting, deleting, and modifying files can be performed using classes from the java.io and java.nio.file packages. Java code :          import java.io.file; import java.io.*; import java.util.Scanner; class FS { public static void main(String[] args) {   Scanner scanner = new Scanner(System.in); String fileName = "msc1.txt";    int choice;         do {             System.out.println("\nFile Operations Menu:");             System.out.println("1. Create a File");             System.out.println("2. Write to the File");             System.out.println("3. Read from the File");             System.out.println("4. Update the File");             System.out.println("5. Delete ...

II-MSC ( file Operation)

 II - MSC [ FILE OPERATIONS ] BLOG  1. P23CS366  N.Akash 2. P23CS367  A.Ammu 3. P23CS368 M.Anbu4 4. P23CS369  A.Anbuman 5. P23CS370  A.Aravindhan 6. P23CS371  M.Barath 7. P23CS372 K.Divagar 8. P23CS373 S.Gokila kiruba 9. P23CS374  G.Hepsipa 10. P23CS375 D.Indhuja 11. P23CS376  S.Iyshwarya 12. P23CS377  G.Jeevitha 13. P23CS378 M Kalaimani 14. P23CS379 M.Karunadhithiyan 15. P23CS380  G.Keerthikalakshmi 16. P23CS381  M.Keerthika 17. P23CS382 D.Mahalakshmi 18. P23CS383  P.Manikandan 19. P23CS384  S.Manoj 20. P23CS386  R.Madhavan 21. P23CS387  M.Nikkirtha 22. P23CS388  K.Nivedha 23. P23CS389  G.Nivetha 24. P23CS390 M.Pooja 25. P23CS391 P.Prabha 26. P23CS392  T.P.Pragadhesh 27. P23CS393  R.Rajeshwari 28. P23CS394  R.Ramya 29. P23CS395  S.Sharmila 30. P23CS396  D.Sobiya 31. P23CS397  C.Swathi 32. P23CS398  V.Vignesh 33. P23CS399 R.Vishnupriya 34. P23CS400  K.Yuvaran...

NIDcard

Image
<!-- Description  This page provides a clear, organized presentation of a student ID card and its features on a webpage.--> <!DOCTYPE html> <html> <head>     <title>IDcard</title> </head> <body>     <style>         .main {             height: 450px;             width: 300px;             border: 2px solid black;             margin: auto;         }         #img {             height: 1px;             width: 1px;         }         .head {             background-color: rgb(74, 201, 74);             padding: 8px;             text-align: center;   ...

NProfile

Image
HTML CODE: <!DOCTYPE html> <html>     <head>     <title>My Profile</title>     </head> <body> <center>     <style>         body{         background-color:gray;         }         h3{             color:red;             text-decoration-line: underline;             font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif         }         div{         background-color:rgb(245, 241, 181);         height:fit-content;         width:fit-content;         }     </style>     <h2 style="color:rgb(5, 5, 126);">RESUME</h2>     </center>     ...

DATE & TIME

Image
CHANGE DATE AND TIME IN WINDOWS 10  USING CONTROL PANEL             In Date and Time, you can choose to let Windows 10 set your Time automatically, or you can set manually.  To change Date and Time with Control Panel , following the given steps. STEP 1:  Open Control Panel. STEP 2:  Go to Date and Time setting . STEP 3: There , click on the Date and Time . The following window will appear. STEP 4 : Click on the button Change date and time. STEP 5 : Now , change the date and time to the correct values of month, day, year, hour and                          minute.  Click the OK button to set new values. \

QUIZ

 JAVA QUIZ PROGRAM               A simple Java quiz program that you can use as a starting point.               This program will present a series of questions to the user, collect their answers, and then provide a score at the end. JAVA PROGRAM : import java.lang.*; import java.io.*; class Questions { public String [][]qpa;  public String[][]qca;  Questions()throws IOException { qpa=new String[10][5]; //questionsandobjectives// DataInputStream in=new DataInputStream(System.in); qpa[0][0]="How do you insert COMMENTS in R code ?";  qpa[0][1]="1.#This is a comment."; qpa[0][2]="2.//This is a comment.";  qpa[0][3]="3./*This is a comment."; qpa[0][4]="4.'This is a comment'."; qpa[1][0]="Which statement is used to stop a loop?";  qpa[1][1]="1.break"; qpa[1][2]="2.exit";  qpa[1][3]="3.return"; qpa[1][4]="4.stop"; qpa[2][0]="How do you start writting an if statement in R?";  ...

Profile_Nikkirtha

Image
  Hi, I'm NIKKIRTHA A Full Stack Developer specializing in front-end and back-end development. About Me I am a full-stack developer with a passion for creating interactive and dynamic web applications. With experience in both front-end and back-end technologies, I strive to deliver efficient and scalable solutions. Education I have completed my bachelor degree in computer science. During my master degree in computer science. Skills Front-End HTML5 CSS3 JavaScript Bootstrap Back-End Node.js Java(Spring Boot) Contact Me nikkirthamarimuthu@gmail.com https://github.com/nikkirtha09 https://nikkirtha09.blogspot.com