Click here to Skip to main content
15,912,400 members
Home / Discussions / Java
   

Java

 
GeneralRe: NEED HELP REGARDING EMBEDDING THE CHAT SERVER I MADE ON MY WEBSITE TO SERVE AS LIVE CHAT. Pin
Member 80110536-Jul-11 3:31
Member 80110536-Jul-11 3:31 
AnswerRe: NEED HELP REGARDING EMBEDDING THE CHAT SERVER I MADE ON MY WEBSITE TO SERVE AS LIVE CHAT. Pin
TorstenH.6-Jul-11 0:50
TorstenH.6-Jul-11 0:50 
GeneralRe: NEED HELP REGARDING EMBEDDING THE CHAT SERVER I MADE ON MY WEBSITE TO SERVE AS LIVE CHAT. Pin
Member 80110536-Jul-11 2:58
Member 80110536-Jul-11 2:58 
Questiontry block problem in java.. Pin
gateway235-Jul-11 20:58
gateway235-Jul-11 20:58 
AnswerRe: try block problem in java.. Pin
Cedric Moonen5-Jul-11 21:39
Cedric Moonen5-Jul-11 21:39 
GeneralRe: try block problem in java.. Pin
gateway235-Jul-11 22:12
gateway235-Jul-11 22:12 
GeneralRe: try block problem in java.. Pin
Cedric Moonen5-Jul-11 22:35
Cedric Moonen5-Jul-11 22:35 
GeneralRe: try block problem in java.. Pin
David Skelly6-Jul-11 3:47
David Skelly6-Jul-11 3:47 
Cedric Moonen wrote:
If you would be able to put code directly in your class (not in a method), what would that mean ?



That it was static.

class MyClass {

  {
    System.out.println("This is a static code block");
  }

}


Hopefully no-one will actually write a class like that minimalist example, but static code blocks are there for a reason and can be useful under certain circumstances.
GeneralRe: try block problem in java.. Pin
TorstenH.6-Jul-11 3:52
TorstenH.6-Jul-11 3:52 
GeneralRe: try block problem in java.. Pin
David Skelly6-Jul-11 5:06
David Skelly6-Jul-11 5:06 
GeneralRe: try block problem in java.. Pin
Richard MacCutchan5-Jul-11 22:40
mveRichard MacCutchan5-Jul-11 22:40 
GeneralRe: try block problem in java.. Pin
gateway235-Jul-11 23:14
gateway235-Jul-11 23:14 
AnswerRe: try block problem in java.. Pin
Shameel7-Jul-11 3:15
professionalShameel7-Jul-11 3:15 
QuestionGet values from cookies4.dat (a file of Opera browser) Pin
CodeGust5-Jul-11 16:54
CodeGust5-Jul-11 16:54 
AnswerRe: Get values from cookies4.dat (a file of Opera browser) Pin
TorstenH.5-Jul-11 21:08
TorstenH.5-Jul-11 21:08 
GeneralRe: Get values from cookies4.dat (a file of Opera browser) Pin
CodeGust6-Jul-11 7:25
CodeGust6-Jul-11 7:25 
GeneralRe: Get values from cookies4.dat (a file of Opera browser) Pin
TorstenH.7-Jul-11 19:41
TorstenH.7-Jul-11 19:41 
Questionshow database in java ?? Pin
kellyyy1-Jul-11 18:01
kellyyy1-Jul-11 18:01 
AnswerRe: show database in java ?? Pin
Richard MacCutchan1-Jul-11 22:19
mveRichard MacCutchan1-Jul-11 22:19 
AnswerRe: show database in java ?? Pin
jschell4-Jul-11 7:07
jschell4-Jul-11 7:07 
QuestionShow FireFox cookies with Java [modified] Pin
CodeGust29-Jun-11 8:40
CodeGust29-Jun-11 8:40 
AnswerRe: Show FireFox cookies with Java Pin
Richard MacCutchan29-Jun-11 21:42
mveRichard MacCutchan29-Jun-11 21:42 
AnswerRe: Show FireFox cookies with Java Pin
TorstenH.30-Jun-11 3:51
TorstenH.30-Jun-11 3:51 
QuestionEclipse (Java?) makes try/catch mandatory? Pin
Helfdane27-Jun-11 22:33
Helfdane27-Jun-11 22:33 
AnswerRe: Eclipse (Java?) makes try/catch mandatory? Pin
TorstenH.28-Jun-11 1:56
TorstenH.28-Jun-11 1:56 

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.