Difference between revisions of "Java Code"

From MyWiki
Jump to: navigation, search
Line 31: Line 31:
 
Query ad Oracle link  :  http://docs.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html
 
Query ad Oracle link  :  http://docs.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html
 
[[ Reading a text file ]] line by line.<br>
 
[[ Reading a text file ]] line by line.<br>
[[ Writing to a file with Java]]<br>
 
 
[[ String length (java) ]]<br>
 
[[ String length (java) ]]<br>
 
[[ Servlet redirect ]]<br>
 
[[ Servlet redirect ]]<br>
 
[[ Password protecting pages ]]<br>
 
[[ Password protecting pages ]]<br>
 
[[ Removing white space and apostrophe from string ]]<br>
 
[[ Removing white space and apostrophe from string ]]<br>
[[ Sleep ( java ) ]]<br>
 
 
 
[[ Reading from a file in java ]] <br>
 
[[ Reading from a file in java ]] <br>
 
[[ repaint() ]]<br>
 
[[ repaint() ]]<br>
 +
[[ Sleep ( java ) ]]<br>
 
[[ Thread stuff ]]<br>
 
[[ Thread stuff ]]<br>
 
[[ Take the first X characters from a string ]]<br>
 
[[ Take the first X characters from a string ]]<br>
Line 45: Line 43:
 
[[ The toString() method in java ]]<br>
 
[[ The toString() method in java ]]<br>
 
[[ Using Split ]]<br>
 
[[ Using Split ]]<br>
 +
[[ Writing to a file with Java]]<br>

Revision as of 20:12, 22 July 2015

Absolute positioning
App.java
Amimating a line
Authenticating against Active Directory
http://www.programming-free.com/2012/09/query-active-directory-from-java-using.html
Awt stuff
Charts and Graphs
Command line arguments
Connecting to Mysql
Creating a servlet called CompletedBy ( the web.xml addition required )
Custom Painting Oracle docs Drawing Graph project
Executing a program
Exit a program
For loop ( java )
Gits Source files.
Getting user input
Graph plotting with JFreeChart
Graphics
GUI Frame
Images in java servlets
Images in Java
Installing an SSL certificate into keystore
Java talking to Active Directory
Obtaining servlet GET parameters
Oracle documentation and tutorials
Query Active Directory (ldaptest)
Query Mysql
Query Mysql 2
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.
String length (java)
Servlet redirect
Password protecting pages
Removing white space and apostrophe from string
Reading from a file in java
repaint()
Sleep ( java )
Thread stuff
Take the first X characters from a string
TextArea
The toString() method in java
Using Split
Writing to a file with Java