Difference between revisions of "Java Code"
From MyWiki
Line 11: | Line 11: | ||
[[ Take the first X characters from a string ]]<br> | [[ Take the first X characters from a string ]]<br> | ||
[[ TextArea ]] | [[ TextArea ]] | ||
− | |||
[[ Using Split ]]<br> | [[ Using Split ]]<br> |
Revision as of 17:20, 24 September 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