Sir tell me some tips to code in java?

Asked by Last Modified  

15 Answers

Learn Java

Follow 0
Answer

Please enter your answer

If you know C / C++ already, just try how will you able to achieve same examples in java. I prefer try to understand the fundamental of java and create small programs, then make the connectivity among them. Slowly build an application.
Comments

MCA

Practising the examples is the best to get more knowledge in java. After you get some confidence then you can go for tips.
Comments

Java Techonologies

Buy a scjp book by Katty Sierra and do practise every day you will become master one day in java
Comments

B.Tech CS working as Software Engineer in product based company

Go through Balaguruswamy and Oracle Java Specifications.
Comments

Tutor taking Computer subjects Classes

First of all u need to get the concept of java. i.e. Identify the area of interest and the corresponding attributes. this is half way done. then step by step u learn what is constructor, method overloading, inheritance.
Comments

Coaching

Better to start with some core JAVA programming.
Comments

Java/J2EE, B.E./B.Tech/MCA SubjectsTraining

Start programming with basic core java programs with the help of Examples and then move to other tough programs step by step once all concepts of previous program is clear.
Comments

IT Professional Trainer working with a reputed Institute. Headquarters: Hyderabad

Read from a standard book and practice
Comments

Experience in Java and Android Trainer.

Should be sound knowledge in OOPs concept and then practice SCJP example programming.
Comments

Mentor

serialVersionUID is a version control mechanism in a Serializable class. If you do not explicitly declare a serialVersionUID, JVM will do it for you automatically. This ID is used during deserialization to verify that the sender and receiver of a serialized object are compatible with respect to serialization....
read more
serialVersionUID is a version control mechanism in a Serializable class. If you do not explicitly declare a serialVersionUID, JVM will do it for you automatically. This ID is used during deserialization to verify that the sender and receiver of a serialized object are compatible with respect to serialization. If the receiver has loaded a class for the object that has a different serialVersionUID than that of the corresponding sender's class, then deserialization will result in an InvalidClassException. You can learn more about this here:http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html read less
Comments

View 13 more Answers

Related Questions

How to stop session hijacking programmatically ?
HTTP is a stateless protocol. In order to track users, web applications rely on server side sessions. Two basic ways to link clients(usually browsers) to sessions are through URL rewriting and HTTP cookie....
Mnaohar S

Hi every one i have done my I com so plzz suggest me it course. I want do carrer in it field

First of all you should take the degree course with full concept because when you have chosen this subject then you will haveto try for best performance in it
Aquib
0 0
9
Should we learn DBMS and RDBMS without any Java training?
java or i can say any programming language is not required to learn DBMS or RDBMS
Karthik
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

ClassNotFoundException vs NoClassDefFoundError
ClassNotFoundException NoClassDefFoundError It is an exception and happens due to programmer’s mistake and can be recovered by updating the code. Thrown when an application tries...

Create Immutable Class
Snippet of an Immutable Class: package com.stringhr; /*Declare the class as 'final'. This would prevent any other class from extending it and hence from overriding any method from it which could modify...

Java Overview
Java platform overview Java platform components The Java platform consists of the following components. The Java language Like any programming language, the Java language has its own structure, syntax...
A

Akshay Shende

0 0
0

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

Recommended Articles

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you