How can in prepare for competitive programming in Java ? Any person or Institute who Teaches ? HELP !

Asked by Last Modified  

20 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Core Java And Selenium Trainer and Certified in java

If you are already a java programmer and wanted to increase your logical skills and compete somebody then you have to practice writing various logics so that you will become strong in java programming. Above all understanding the concept plays important role. If you are just a basic programmer or fresher...
read more
If you are already a java programmer and wanted to increase your logical skills and compete somebody then you have to practice writing various logics so that you will become strong in java programming. Above all understanding the concept plays important role. If you are just a basic programmer or fresher then understand how compiler and JVM will work i.e understanding all java concepts. read less
Comments

Hadoop and Apache Spark Trainer, Big Data, Machine Learning

Hi Ajay: Knowing a programming language really well is just one of the pre-requisites for competitive programming. You need to develop problem solving skills, and build a strong foundation in data structures and algorithms. I am not sure where you are located but I hold weekend classes for competitive...
read more
Hi Ajay: Knowing a programming language really well is just one of the pre-requisites for competitive programming. You need to develop problem solving skills, and build a strong foundation in data structures and algorithms. I am not sure where you are located but I hold weekend classes for competitive programming in Mumbai. read less
Comments

Person will help you a lot when compared to institute.
Comments

LearnHowToLearn, Expert In Programming Languages

If you know JAVA well then you just need to surf internet for questions and solve those that would be sufficient. But if you want to learn JAVA from start then join My class. fees 8000 (core JAVA with JDBC) 3 months course. weekend batch. (personal training)
Comments

Programming and Mechanical Tutor Available to teach you, Come be an expert in Months.

Ajay you may require some expertise knowledge and for that you must have some Faculty how is very good with core java skills and knowledge. I may provide you one tutor Reference you can help you over this. Mr. Mohit Kumar
Comments

Practice more and more programming questions...I can teach u java..I have taught in NIIT and now i m working as a developer(JAVA) in a good MNC.
Comments

I can help you regarding if you are located in Mumbai. You can contact me
Comments

Passionate of sharing,learning and improving java j2ee skills.

Logic and algorithm is different than just programming..what is your requirement? technical any one can teach you.but for logic and algorithm you will have to work yourself...
Comments

Expert trainer on Java/J2EE/Oracle

Are you planning for certification in Java?
Comments

Professional java and python trainer

Don't listen anyone stick with basics of core java specially INHERITANCE this is the main part of java.
Comments

View 18 more Answers

Related Questions

Can we print any string in Java without a semicolon?
Yes We can print a string with out semicolon in if statement. public class Print_Without_Semicolon { public static void main(String args) { int i = 0; if(System.out.printf("print...
Sridevi
0 0
6
What is the difference between checked and unchecked exceptions?
The main difference between checked and unchecked exception is that the checked exceptions are checked at compile-time while unchecked exceptions are checked at runtime
Wren
Is it possible to instantiate the abstract class?
Use anonymous class. Example: For an abstract class AbstrClass. AbstrClass ac = new AbstrClass() { public void m1() { // code...
Reshma
What are the best websites to learn java as well as get a certificate from them?
Blindly go for oracle certification java program .
Abirami
0 0
7
How do people become Java programmers?
People become Java programmers through various paths. Common steps include learning the basics of programming, gaining familiarity with Java syntax and concepts, and then practicing coding through hands-on...
Rishav
0 0
5

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

Ask a Question

Related Lessons

Spring - Dependency Injection (DI)
Spring - Dependency Injection (DI) DI is a framework which provides loose coupling in code. Here loose coupling means no hard coding of the object. Instead of hard coding, we will be injecting these object...

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)); }}

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

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...

How can everyone prepare to clear any Java interview?
Java interview your java should be much strong then J2EE. core java and Advance java is the basic foundation for Interview. Some of the topic about which you should know before going for a java interview...

Recommended Articles

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 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 >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

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 >

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