I am working as a java developer,i have to work with logic,i have the knowledge in java programming but i am have logical thinking to implement dynamic program,could u please tell me how can i increase my logic knowledge,to work againts dynamic program ,please help me i cant able survey here without the logical thinking thanks
How to develop codelogic in java
Collapse
X
-
Tags: None
-
Do you know Design Patterns? Have you studies the Gang of Four book?
Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves. -
yes i have the documentationOriginally posted by BigDaddyLHDo you know Design Patterns? Have you studies the Gang of Four book?
http://www.informit.com/store/produc...sbn=0201633612Comment
-
http://www.informit.co m/store/product.aspx?is bn=0201633612,w hat is this link there no use in it.pease say some other suggessionOriginally posted by BigDaddyLHDo you know Design Patterns? Have you studies the Gang of Four book?
http://www.informit.com/store/produc...sbn=0201633612Comment
-
That is the link to the GoF book; maybe you prefer this link. I didn't reallyOriginally posted by karthickkuchanu rhttp://www.informit.co m/store/product.aspx?is bn=0201633612,w hat is this link there no use in it.pease say some other suggession
understand your question though; are we talking about design patterns?
kind regards,
JosComment
-
I found the original post nearing perfect incomprehensibi lity, but I thought mentioning design patterns would break the ice.Originally posted by JosAHI didn't really
understand your question though; are we talking about design patterns?Comment
-
The OP didn't find your link very useful ;-) so I think design patterns are not whatOriginally posted by BigDaddyLHI found the original post nearing perfect incomprehensibi lity, but I thought mentioning design patterns would break the ice.
the OP was looking for; I don't dare to guess anymore; lets wait until the OP
replies in this thread again ...
kind regards,
JosComment
-
thank u for ur reply,for example if want to generate the prime number series i have to work with some logic.i know what r the syntax to do the prime number generation ,but i cant able to write the logicOriginally posted by JosAHThat is the link to the GoF book; maybe you prefer this link. I didn't really
understand your question though; are we talking about design patterns?
kind regards,
Jos
Moreover we follow the mvc patter in our company ,Comment
-
If you can write e.g. an algorithm for prime number generation, you *can* writeOriginally posted by karthickkuchanu rthank u for ur reply,for example if want to generate the prime number series i have to work with some logic.i know what r the syntax to do the prime number generation ,but i cant able to write the logic
Moreover we follow the mvc patter in our company ,
program logic can't you? What exactly do you mean with 'the logic'?
kind regards,
JosComment
-
i cant able convey what iam thinking ,if i want to check the the given number is odd or even means .i have check whether the number/2==0 means it even else it is odd.in this number/2==0 is logic to find the given number is odd or even .it simple .when i am working with database and some dyanamic changes in jsp.i have to think some big logic like above.i think u understand what iam like to say.Originally posted by JosAHIf you can write e.g. an algorithm for prime number generation, you *can* write
program logic can't you? What exactly do you mean with 'the logic'?
kind regards,
Jos
if there is any practice for this?
thank u very muchComment
-
I think the key word here is practice. There's no magic pill you can take that will make you a good programmer. You need to combine reading books, articles and tutorials, with writing code, studying other's code, asking questions and being able to learn from your mistakes.Originally posted by karthickkuchanu ri cant able convey what iam thinking ,if i want to check the the given number is odd or even means .i have check whether the number/2==0 means it even else it is odd.in this number/2==0 is logic to find the given number is odd or even .it simple .when i am working with database and some dyanamic changes in jsp.i have to think some big logic like above.i think u understand what iam like to say.
if there is any practice for this?
thank u very muchComment
-
ok thank u very muchOriginally posted by BigDaddyLHI think the key word here is practice. There's no magic pill you can take that will make you a good programmer. You need to combine reading books, articles and tutorials, with writing code, studying other's code, asking questions and being able to learn from your mistakes.Comment
Comment