can any one tell me how to learn good coding techniques

Answer Posted / shankar joshi

no

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

whats is mean by connectionpooling

1571


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1741


To what value is a variable of the string type automatically initialized?

617


A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

1821


How to determine SGA site?

1914






What are the services in RMI ?

1888


Is a class a subclass of itself?

593


How will you pass parameters in RMI? Why do you serialize?

708


How primary key is implemented in Oracle?

1920


Explain RMI Architecture?

613


Are there books about seam?

638


What are the sequence of steps to write pub or sub model kind of application?

1897


What is a policy?

1778


Explain the difference between object state and behavior?

572


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!

1371