Click here to Skip to main content
15,892,674 members
Home / Discussions / Java
   

Java

 
GeneralRe: Merge sort question Pin
Member 1408406811-Dec-18 0:30
Member 1408406811-Dec-18 0:30 
QuestionBuffer reading is hanging while reading ? Pin
GiteHrudaya10-Dec-18 1:28
GiteHrudaya10-Dec-18 1:28 
AnswerRe: Buffer reading is hanging while reading ? Pin
Richard MacCutchan10-Dec-18 4:41
mveRichard MacCutchan10-Dec-18 4:41 
AnswerRe: Buffer reading is hanging while reading ? Pin
jschell15-Dec-18 7:17
jschell15-Dec-18 7:17 
QuestionJava Gui Project Pin
Member 140826818-Dec-18 22:26
Member 140826818-Dec-18 22:26 
AnswerRe: Java Gui Project Pin
Peter_in_27808-Dec-18 23:09
professionalPeter_in_27808-Dec-18 23:09 
AnswerRe: Java Gui Project Pin
Richard MacCutchan9-Dec-18 2:00
mveRichard MacCutchan9-Dec-18 2:00 
QuestionDatabase Connection from Java Pin
prithaa8-Dec-18 6:07
prithaa8-Dec-18 6:07 
Hello,

I am trying to connect to mysql from Java with the following but getting this error
Exception in thread "main" Communications link failure

package testPackage;

import java.sql.Connection;
import java.sql.DriverManager;
import java.util.Properties;

public class Main {

	public static void main(String[] args) throws Exception {
		// TODO Auto-generated method stub
				  
		    try {
		      Class.forName("com.mysql.jdbc.Driver");
		      Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/student?useSSL=true","root","success");  
		      System.out.print("Database is connected !");
			  con.close();				
	}
		    catch(Exception e)
		    {
		    	System.out.println(e.getMessage());
		    	throw e;
		    }
		    	
		    }

}

GeneralRe: Database Connection from Java Pin
Richard MacCutchan8-Dec-18 6:54
mveRichard MacCutchan8-Dec-18 6:54 
Questionhelp turning code into gui Pin
Member 140790227-Dec-18 11:55
Member 140790227-Dec-18 11:55 
AnswerRe: help turning code into gui Pin
Richard MacCutchan7-Dec-18 22:21
mveRichard MacCutchan7-Dec-18 22:21 
QuestionObjectInputStream block on server side Pin
Valentinor4-Dec-18 4:42
Valentinor4-Dec-18 4:42 
Questionresearch methodology Pin
Member 140745404-Dec-18 1:45
Member 140745404-Dec-18 1:45 
AnswerRe: research methodology Pin
Richard MacCutchan4-Dec-18 2:40
mveRichard MacCutchan4-Dec-18 2:40 
Questionjava Pin
GiteHrudaya3-Dec-18 18:38
GiteHrudaya3-Dec-18 18:38 
QuestionRe: java Pin
Richard MacCutchan3-Dec-18 22:01
mveRichard MacCutchan3-Dec-18 22:01 
QuestionWrite a Test to check if some config records exist in database Pin
maryam.saboor30-Nov-18 21:41
professionalmaryam.saboor30-Nov-18 21:41 
AnswerRe: Write a Test to check if some config records exist in database Pin
Richard MacCutchan30-Nov-18 22:23
mveRichard MacCutchan30-Nov-18 22:23 
GeneralRe: Write a Test to check if some config records exist in database Pin
maryam.saboor30-Nov-18 23:14
professionalmaryam.saboor30-Nov-18 23:14 
GeneralRe: Write a Test to check if some config records exist in database Pin
Richard MacCutchan30-Nov-18 23:19
mveRichard MacCutchan30-Nov-18 23:19 
GeneralRe: Write a Test to check if some config records exist in database Pin
maryam.saboor30-Nov-18 23:49
professionalmaryam.saboor30-Nov-18 23:49 
QuestionFind and replace sTring in Docx and Doc file using Java code Pin
Member 1406885427-Nov-18 1:26
Member 1406885427-Nov-18 1:26 
SuggestionRe: Find and replace sTring in Docx and Doc file using Java code Pin
Richard MacCutchan27-Nov-18 1:38
mveRichard MacCutchan27-Nov-18 1:38 
Questionjava Pin
mohit gite14-Nov-18 23:16
mohit gite14-Nov-18 23:16 
AnswerRe: java Pin
Richard MacCutchan15-Nov-18 0:29
mveRichard MacCutchan15-Nov-18 0:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.