Click here to Skip to main content
15,887,875 members
Home / Discussions / Java
   

Java

 
RantRe: Event Handling, bt1.addActionListener(this); here "this" is refer to what ?? Pin
Richard Deeming4-Nov-16 6:01
mveRichard Deeming4-Nov-16 6:01 
Questionwhatis class and object ? Pin
Member 128308483-Nov-16 4:10
Member 128308483-Nov-16 4:10 
AnswerRe: whatis class and object ? Pin
Richard Deeming3-Nov-16 6:22
mveRichard Deeming3-Nov-16 6:22 
QuestionImprove performance-reg Pin
Member 128282182-Nov-16 23:36
Member 128282182-Nov-16 23:36 
AnswerRe: Improve performance-reg Pin
Richard MacCutchan2-Nov-16 23:54
mveRichard MacCutchan2-Nov-16 23:54 
Generalpassing java object to c through jni Pin
Member 1159649327-Oct-16 0:34
Member 1159649327-Oct-16 0:34 
GeneralRe: passing java object to c through jni Pin
Richard MacCutchan27-Oct-16 1:51
mveRichard MacCutchan27-Oct-16 1:51 
QuestionIs it just me or is java (by design) the most disorganized language ever.. Pin
sislermi20-Oct-16 11:32
professionalsislermi20-Oct-16 11:32 
I feel like I could make my own high level language with more logical layouts, where anything heirchy-related actually makes sense.

Here, methods are called towards the top of the page or program, and then written out and stored just below it. So the method has already been processed by the time you get down to where it is written entirely. This completely goes against the concept of a program, "a set or order of instructions to be compiled and executed," not to mention it is confusing.

This initializing of data in classes with their constructors towards the bottom of the page and referencing them from main on top of the program is illogical and ridiculus.

A program should sequentially follow steps from top to bottom, and as simple as this sounds, this concept still needs to apply at more advanced levels of programming

For this opinion that I have, what would be a better language for me to work with?
AnswerRe: Is it just me or is java (by design) the most disorganized language ever.. Pin
Richard MacCutchan20-Oct-16 20:49
mveRichard MacCutchan20-Oct-16 20:49 
QuestionJava Pin
Member 1179503614-Oct-16 4:32
Member 1179503614-Oct-16 4:32 
AnswerRe: Java Pin
Richard MacCutchan14-Oct-16 6:48
mveRichard MacCutchan14-Oct-16 6:48 
Questionjava Pin
Member 1189993512-Oct-16 0:54
Member 1189993512-Oct-16 0:54 
AnswerRe: java Pin
Richard MacCutchan13-Oct-16 21:10
mveRichard MacCutchan13-Oct-16 21:10 
QuestionHow to convert 2d array into 1d array in java Pin
Member 1278579110-Oct-16 4:33
Member 1278579110-Oct-16 4:33 
QuestionRe: How to convert 2d array into 1d array in java Pin
Richard MacCutchan10-Oct-16 4:55
mveRichard MacCutchan10-Oct-16 4:55 
AnswerRe: How to convert 2d array into 1d array in java Pin
Member 1278579110-Oct-16 5:35
Member 1278579110-Oct-16 5:35 
GeneralRe: How to convert 2d array into 1d array in java Pin
Richard MacCutchan10-Oct-16 6:12
mveRichard MacCutchan10-Oct-16 6:12 
GeneralRe: How to convert 2d array into 1d array in java Pin
Member 1278579110-Oct-16 6:29
Member 1278579110-Oct-16 6:29 
GeneralRe: How to convert 2d array into 1d array in java Pin
Richard MacCutchan10-Oct-16 6:38
mveRichard MacCutchan10-Oct-16 6:38 
GeneralRe: How to convert 2d array into 1d array in java Pin
Member 1278579110-Oct-16 6:48
Member 1278579110-Oct-16 6:48 
GeneralRe: How to convert 2d array into 1d array in java Pin
Richard MacCutchan10-Oct-16 7:13
mveRichard MacCutchan10-Oct-16 7:13 
GeneralRe: How to convert 2d array into 1d array in java Pin
Member 1278579110-Oct-16 7:18
Member 1278579110-Oct-16 7:18 
SuggestionRe: How to convert 2d array into 1d array in java Pin
Member 1279318014-Oct-16 0:24
Member 1279318014-Oct-16 0:24 
GeneralRe: How to convert 2d array into 1d array in java Pin
Member 1278579115-Oct-16 5:06
Member 1278579115-Oct-16 5:06 
QuestionRelating Country to its State & Province Pin
Member 1276860029-Sep-16 23:12
Member 1276860029-Sep-16 23:12 

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.