Difference between revisions of "Java Code"
From MyWiki
Line 14: | Line 14: | ||
[[ Executing a program ]]<br> | [[ Executing a program ]]<br> | ||
[[ Writing to a file with Java]]<br> | [[ Writing to a file with Java]]<br> | ||
+ | [[ Command line arguments ]] |
Revision as of 11:31, 9 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