Click here to Skip to main content
15,885,309 members
Home / Discussions / Java
   

Java

 
GeneralRe: offline handwriting recognition using neural networks in java‏ Pin
Member 1254061927-May-16 10:29
Member 1254061927-May-16 10:29 
GeneralRe: offline handwriting recognition using neural networks in java‏ Pin
Richard MacCutchan27-May-16 21:37
mveRichard MacCutchan27-May-16 21:37 
QuestionWhat is Spring like? Pin
Member 1206160025-May-16 1:36
Member 1206160025-May-16 1:36 
AnswerRe: What is Spring like? Pin
Richard MacCutchan25-May-16 5:57
mveRichard MacCutchan25-May-16 5:57 
AnswerRe: What is Spring like? Pin
Kimberly Weldon5-Jul-16 23:13
Kimberly Weldon5-Jul-16 23:13 
QuestionWhat is the good use-case example for Java generics besides collection framework? Pin
ygnusin23-May-16 2:59
ygnusin23-May-16 2:59 
AnswerRe: What is the good use-case example for Java generics besides collection framework? Pin
Richard MacCutchan23-May-16 3:35
mveRichard MacCutchan23-May-16 3:35 
QuestionMapped drives not included in File.listRoots() Pin
hansoctantan18-May-16 23:41
professionalhansoctantan18-May-16 23:41 
Why is that the Mapped Drives is not listed on this method? It can read Flash Drives. I am using Windows 10, is this the factor? I tried opening a JFileChooser and mapped drives is also not found.

I also try using the file exist
Java
System.out.println(new File("Z:\\test.txt").exists()); //returns false

Java
System.out.println(new File("\\\\192.168.23.111\\Shared Files\\test.txt").exists()); //returns true

- Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.
- Most of the problem in your life are due to two reasons: you act without thinking, or think without acting.

Questionproject request Pin
Salma Yossef18-May-16 11:39
Salma Yossef18-May-16 11:39 
AnswerRe: project request Pin
Richard MacCutchan18-May-16 21:07
mveRichard MacCutchan18-May-16 21:07 
Questionintegrated a bootstrap with spring mvc3 Pin
Member 1253127718-May-16 7:46
Member 1253127718-May-16 7:46 
AnswerRe: integrated a bootstrap with spring mvc3 Pin
Richard MacCutchan18-May-16 21:07
mveRichard MacCutchan18-May-16 21:07 
QuestionProduce repmat() method using java Pin
Member 1207967715-May-16 8:42
Member 1207967715-May-16 8:42 
AnswerRe: Produce repmat() method using java Pin
Richard MacCutchan15-May-16 20:56
mveRichard MacCutchan15-May-16 20:56 
QuestionSend Mail From Lotus Notes 9 Pin
Member 1252399114-May-16 17:19
Member 1252399114-May-16 17:19 
Questionglassfish alternatedocroot [moved to web development] Pin
V.12-May-16 22:02
professionalV.12-May-16 22:02 
GeneralRe: glassfish alternatedocroot Pin
Richard MacCutchan12-May-16 23:17
mveRichard MacCutchan12-May-16 23:17 
GeneralRe: glassfish alternatedocroot Pin
V.12-May-16 23:21
professionalV.12-May-16 23:21 
GeneralRe: glassfish alternatedocroot Pin
Richard MacCutchan12-May-16 23:24
mveRichard MacCutchan12-May-16 23:24 
QuestionThe problem about java multiple inheritance Pin
tzungshian6-May-16 20:20
tzungshian6-May-16 20:20 
AnswerRe: The problem about java multiple inheritance Pin
Richard MacCutchan6-May-16 22:47
mveRichard MacCutchan6-May-16 22:47 
GeneralRe: The problem about java multiple inheritance Pin
tzungshian7-May-16 0:34
tzungshian7-May-16 0:34 
QuestionJava program Pin
Member 123753736-May-16 0:54
Member 123753736-May-16 0:54 
AnswerRe: Java program Pin
Richard MacCutchan6-May-16 2:58
mveRichard MacCutchan6-May-16 2:58 
QuestionHow do I catch an exception in a future event handler? Pin
williamj485-May-16 3:09
williamj485-May-16 3:09 

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.