You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML Chat Application is a real-time chat platform that supports basic HTML tags and allows users to communicate with their friends while experimenting and learning HTML. This application provides an interactive and educational chatting experience, making it ideal for beginners interested in HTML.
Multithreading Java program to list all frequent path-traversal patterns with increasing size given a minimum support threshold s and a steam of web-click data. Each web server logs all activities into a stream (or a log file in batch mode) in the format of tuples, each containing an integer i (as user ID), and a reference string r (as web URL).…
😀😀😀😀😀😀 Basically, This project is a Desktop Chat Application build for the purpose of establishing a connection between two users. Moreover, the Fundamental concepts of Object Oriented Methodology like socket programming , file handling, exception handling, GUI and inheritance has been used effectively.
The folder contains code examples demonstrating OOP concepts such as collections, generics, threads, and socket programming for practical implementation and reference.
The basic purpose of this task is to create an application for transferring files, deleting files, creating directories and browsing directories between server and multiple clients. Basic mechanisms of FTP (File Transfer Protocol) and socket programming have been used for implementation of this networked application. Since the server can handle …
This project implements a secure client-server communication system in Java, utilizing encryption and decryption techniques to ensure data confidentiality. It features a graphical user interface (GUI) developed using Swing and AWT.
This project was aimed to create an environment for providing mentoring live sessions to students at colleges over LAN network. It is designed using concepts of core java programming includes OOPs, multithreading, AWT, Swing, JDBC and networking. It have three kinds of users Admin, Mentors and Students.
P2P_Simulation A simulation of a peer-to-peer connection where there are several nodes and each node sends a message to other node. A message consists of a piece of data which is a random number and sender id. The code is written in java using socket programming.