473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

How to develop codelogic in java

karthickkuchanur
156 100+
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
Feb 2 '08 #1
11 2265
BigDaddyLH
1,216 Expert 1GB
Do you know Design Patterns? Have you studies the Gang of Four book?

http://www.informit.com/store/produc...sbn=0201633612
Feb 2 '08 #2
karthickkuchanur
156 100+
Do you know Design Patterns? Have you studies the Gang of Four book?

http://www.informit.com/store/produc...sbn=0201633612
yes i have the documentation
Feb 2 '08 #3
karthickkuchanur
156 100+
Do you know Design Patterns? Have you studies the Gang of Four book?

http://www.informit.com/store/produc...sbn=0201633612
http://www.informit.com/store/product.aspx?isbn=0201633612,what is this link there no use in it.pease say some other suggession
Feb 2 '08 #4
JosAH
11,448 Expert 8TB
http://www.informit.com/store/product.aspx?isbn=0201633612,what is this link there no use in it.pease say some other suggession
That 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
Feb 2 '08 #5
BigDaddyLH
1,216 Expert 1GB
I didn't really
understand your question though; are we talking about design patterns?
I found the original post nearing perfect incomprehensibility, but I thought mentioning design patterns would break the ice.
Feb 2 '08 #6
JosAH
11,448 Expert 8TB
I found the original post nearing perfect incomprehensibility, but I thought mentioning design patterns would break the ice.
The OP didn't find your link very useful ;-) so I think design patterns are not what
the OP was looking for; I don't dare to guess anymore; lets wait until the OP
replies in this thread again ...

kind regards,

Jos
Feb 3 '08 #7
karthickkuchanur
156 100+
That 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
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 logic

Moreover we follow the mvc patter in our company ,
Feb 4 '08 #8
JosAH
11,448 Expert 8TB
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 logic

Moreover we follow the mvc patter in our company ,
If 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
Feb 4 '08 #9
karthickkuchanur
156 100+
If 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
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.
if there is any practice for this?
thank u very much
Feb 4 '08 #10
BigDaddyLH
1,216 Expert 1GB
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.
if there is any practice for this?
thank u very much
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.
Feb 4 '08 #11
karthickkuchanur
156 100+
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.
ok thank u very much
Feb 6 '08 #12

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Jonathan Li | last post by:
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics...
1
by: Compucrat | last post by:
Hi community, This is a very basic question, but haunting me right now. We are planning to develop an integration tool for a CRM system. Our intention is to develop the tool in MicroSoft platform...
6
by: DraguVaso | last post by:
Hi, I have a, maybe strange looking, question: Is there any way to obstruct developpers to Develop and or Deploy a newer version of a VB.NET-application? Things should happen like this: -...
66
by: Prashant | last post by:
There are lot of dicussion on C# is much better than C++. Why there is no language to compute C#. This way we are accepting monopoly of M$. Why there is no group which seriously tring to develop...
43
by: Rob R. Ainscough | last post by:
I realize I'm learning web development and there is a STEEP learning curve, but so far I've had to learn: HTML XML JavaScript ASP.NET using VB.NET ..NET Framework ADO.NET SSL
15
by: king kikapu | last post by:
Hit to all folks here, i recently got interested abiy php, i have a workable knowledge of Python and a little bit of Ruby. I just want to ask, if php is suitable for generic programming and not...
5
by: Abhinay | last post by:
Hi there, I am new in java, I was C++ developer. I have to develop echo server using java which would be run on windows , I am ready with server logic. I am stuck in basic code of java...
3
by: walsug | last post by:
hello, I've just finished an program migration from linux system V IPC to Windows Interprocess communication(include other system calls,of course). Now I have to take effort to re-develop it with...
2
by: megatrious | last post by:
I have a windows command line tool that accepts certain input parameters and runs a process and displays a report. I want to develop a Java GUI for that tool. Input parameters need to be given in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.