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

Java

 
QuestionBiometric attendace machine data Pin
Member 146125164-Oct-19 1:15
Member 146125164-Oct-19 1:15 
AnswerRe: Biometric attendace machine data Pin
Richard MacCutchan4-Oct-19 3:19
mveRichard MacCutchan4-Oct-19 3:19 
AnswerRe: Biometric attendace machine data Pin
Gerry Schmitz4-Oct-19 6:35
mveGerry Schmitz4-Oct-19 6:35 
QuestionNeed to develop a program on Java for desktop Pin
Ryder Weber1-Oct-19 3:32
Ryder Weber1-Oct-19 3:32 
AnswerRe: Need to develop a program on Java for desktop Pin
Richard MacCutchan1-Oct-19 4:13
mveRichard MacCutchan1-Oct-19 4:13 
AnswerRe: Need to develop a program on Java for desktop Pin
Gerry Schmitz4-Oct-19 20:35
mveGerry Schmitz4-Oct-19 20:35 
Questionhow to reuse open browser in java selenium? Pin
nadavrock29-Sep-19 19:23
nadavrock29-Sep-19 19:23 
AnswerRe: how to reuse open browser in java selenium? Pin
Leanbridge Technologies1-Nov-19 23:07
professionalLeanbridge Technologies1-Nov-19 23:07 
Here is that simple but magical Java and Python code. You can easily convert it into a Programming language of your choice.

Java Code
//Change chrome driver path accordingly
System.setProperty("webdriver.chrome.driver", "C:\\selenium\\chromedriver.exe");
ChromeOptions options = new ChromeOptions();
options.setExperimentalOption("debuggerAddress", "127.0.0.1:9222");
WebDriver driver = new ChromeDriver(options);
System.out.println(driver.getTitle());

QuestionJava Cant pass the value that user input as the string and view it Pin
raigen27-Sep-19 5:44
raigen27-Sep-19 5:44 
AnswerRe: Java Cant pass the value that user input as the string and view it Pin
Richard MacCutchan27-Sep-19 6:56
mveRichard MacCutchan27-Sep-19 6:56 
GeneralRe: Java Cant pass the value that user input as the string and view it Pin
raigen27-Sep-19 14:52
raigen27-Sep-19 14:52 
GeneralRe: Java Cant pass the value that user input as the string and view it Pin
Richard MacCutchan27-Sep-19 21:48
mveRichard MacCutchan27-Sep-19 21:48 
QuestionJava Swing app dragging and dropping components with snapping Pin
Member 1457730716-Sep-19 5:27
Member 1457730716-Sep-19 5:27 
AnswerRe: Java Swing app dragging and dropping components with snapping Pin
Richard MacCutchan16-Sep-19 6:22
mveRichard MacCutchan16-Sep-19 6:22 
GeneralWhich language is best for developing sms api java Or .net ? Pin
Msg Club3-Sep-19 22:30
Msg Club3-Sep-19 22:30 
GeneralRe: Which language is best for developing sms api java Or .net ? Pin
OriginalGriff3-Sep-19 22:40
mveOriginalGriff3-Sep-19 22:40 
GeneralRe: Which language is best for developing sms api java Or .net ? Pin
MadMyche10-Sep-19 8:16
professionalMadMyche10-Sep-19 8:16 
GeneralRe: Which language is best for developing sms api java Or .net ? Pin
Wishe199129-Sep-19 23:27
Wishe199129-Sep-19 23:27 
GeneralRe: Which language is best for developing sms api java Or .net ? Pin
ReolusTechnologies12-Nov-19 3:08
professionalReolusTechnologies12-Nov-19 3:08 
QuestionRestaurant Reservation java code Pin
Member 1456547721-Aug-19 22:12
Member 1456547721-Aug-19 22:12 
AnswerRe: Restaurant Reservation java code Pin
Richard MacCutchan21-Aug-19 22:18
mveRichard MacCutchan21-Aug-19 22:18 
QuestionRecommendation: Learn from GITHUB project Pin
Anisul Huq7-Aug-19 18:20
Anisul Huq7-Aug-19 18:20 
AnswerRe: Recommendation: Learn from GITHUB project Pin
Richard MacCutchan7-Aug-19 22:04
mveRichard MacCutchan7-Aug-19 22:04 
AnswerRe: Recommendation: Learn from GITHUB project Pin
Wishe199129-Sep-19 23:29
Wishe199129-Sep-19 23:29 
QuestionLearning from GITHUB projects Pin
Anisul Huq6-Aug-19 13:13
Anisul Huq6-Aug-19 13:13 

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.