Difference between revisions of "Java Code"
From MyWiki
Line 17: | Line 17: | ||
[[ Exit a program ]]<br> | [[ Exit a program ]]<br> | ||
[[ String length (java) ]]<br> | [[ String length (java) ]]<br> | ||
+ | [[ Connecting to Mysql ]] <br> |
Revision as of 12:38, 19 October 2014
Absolute positioning
App.java
Authenticating against Active Directory
http://www.programming-free.com/2012/09/query-active-directory-from-java-using.html
Gits Source files.
GUI Frame
Query AD
Query SQL Server
Query ad Oracle link : http://docs.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html
Reading a text file line by line.
Take the first X characters from a string
TextArea
Using Split
Executing a program
Writing to a file with Java
Command line arguments
Exit a program
String length (java)
Connecting to Mysql