Click here to Skip to main content
15,892,768 members
Home / Discussions / Java
   

Java

 
GeneralRe: Read Barcode from mobile and show the product type Pin
Sahil Mahajan Mj25-Aug-12 1:17
Sahil Mahajan Mj25-Aug-12 1:17 
GeneralRe: Read Barcode from mobile and show the product type Pin
TorstenH.27-Aug-12 3:07
TorstenH.27-Aug-12 3:07 
QuestionAlarm in android app Pin
ljpv1421-Aug-12 12:09
ljpv1421-Aug-12 12:09 
AnswerRe: Alarm in android app Pin
Peter_in_278021-Aug-12 12:43
professionalPeter_in_278021-Aug-12 12:43 
QuestionSOLID principle problem Pin
Neo1010121-Aug-12 7:36
Neo1010121-Aug-12 7:36 
AnswerRe: SOLID principle problem Pin
Nagy Vilmos21-Aug-12 7:57
professionalNagy Vilmos21-Aug-12 7:57 
QuestionObject parsing non-static Pin
Joshua Waring20-Aug-12 23:11
Joshua Waring20-Aug-12 23:11 
AnswerRe: Object parsing non-static Pin
Nagy Vilmos21-Aug-12 6:48
professionalNagy Vilmos21-Aug-12 6:48 
Your understanding is a bit off.

There is no such thing, in Java at least, as a static object. There are classes with static only methods, so no instances are required, and there are singletons, classes which only ever have a single instance.

Each class defines a type of object and how it works, it is not the object itself. Within a class, you can have items defined as static. Static members are shared by all instances of the class and do not actually require an instance to be created; a good example is the main entry method.


Panic, Chaos, Destruction. My work here is done.
Drink. Get drunk. Fall over - P O'H
OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre
I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer
Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

AnswerRe: Object parsing non-static Pin
jschell21-Aug-12 8:40
jschell21-Aug-12 8:40 
QuestionIs it a bug or featuere Pin
Amarap18-Aug-12 0:58
Amarap18-Aug-12 0:58 
AnswerRe: Is it a bug of featuer Pin
Manfred Rudolf Bihy18-Aug-12 2:11
professionalManfred Rudolf Bihy18-Aug-12 2:11 
AnswerRe: Is it a bug of featuer Pin
Gerben Jongerius18-Aug-12 2:12
Gerben Jongerius18-Aug-12 2:12 
AnswerRe: Is it a bug of featuer Pin
Eddy Vluggen18-Aug-12 2:28
professionalEddy Vluggen18-Aug-12 2:28 
AnswerRe: Is it a bug of featuer Pin
TorstenH.18-Aug-12 3:22
TorstenH.18-Aug-12 3:22 
AnswerRe: Is it a bug or featuere Pin
Gowtham Gutha15-Nov-12 7:25
Gowtham Gutha15-Nov-12 7:25 
Questionproblem while updating a file Pin
Namdeo Badhe17-Aug-12 7:07
Namdeo Badhe17-Aug-12 7:07 
Answerdouble post Pin
TorstenH.17-Aug-12 9:00
TorstenH.17-Aug-12 9:00 
Generalproblem while updating a text file in java Pin
Namdeo Badhe17-Aug-12 6:45
Namdeo Badhe17-Aug-12 6:45 
GeneralRe: problem while updating a text file in java Pin
Richard MacCutchan17-Aug-12 6:59
mveRichard MacCutchan17-Aug-12 6:59 
QuestionMessage Removed Pin
16-Aug-12 6:53
Member 936232116-Aug-12 6:53 
QuestionSwing Pin
Joshua Waring15-Aug-12 23:53
Joshua Waring15-Aug-12 23:53 
AnswerRe: Swing Pin
pasztorpisti16-Aug-12 0:28
pasztorpisti16-Aug-12 0:28 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 0:45
Joshua Waring16-Aug-12 0:45 
AnswerRe: Swing Pin
pasztorpisti16-Aug-12 0:55
pasztorpisti16-Aug-12 0:55 
GeneralRe: Swing Pin
Joshua Waring16-Aug-12 1:22
Joshua Waring16-Aug-12 1:22 

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.