can any one tell me how to learn good coding techniques
Answer Posted / afroz
By learning C Programming Language. You can learn lot of
coding techniques.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How to deploy Jar, War files in J2EE?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What you mean by COM and DCOM?
which type of objects reference will be given to client?
What restrictions are placed on the location of a package statement within a source code file?
What are various types of class loaders used by jvm?
What is difference between object state and behavior?
What modifiers may be used with an interface declaration?
Is a class a subclass of itself?
How are commas used in the intialization and iteration parts of a for statement?
How database connectivity in XML is achieved?
Difference between loadclass and class.forname?
What is Stream Tokenizer?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..