High-End Coding Project Showcase

javed awan

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class DatabaseQueryExample {
public static void main(String[] args) {
// Database credentials
String jdbcURL = "jdbc:mysql://localhost:3306/mydatabase"; // Replace 'mydatabase' with your DB name
String username = "root"; // Replace with your DB username
String password = "password"; // Replace with your DB password
Connection connection = null;
Like this project

Posted Jan 5, 2025

I completed a complex software engineering project that demonstrated my coding proficiency, delivering results on schedule while maintaining quality standards.

Efficient Data Management System completed by me
Efficient Data Management System completed by me
 Logo Design for a small Startup made by me
Logo Design for a small Startup made by me

Join 50k+ companies and 1M+ independents

Contra Logo

© 2025 Contra.Work Inc