TCS Java coding questions | 4.5 Years of Experience | Selected

preview_player
Показать описание
This video contains the solution for the coding questions that were asked as part of tcs interview process

One of the best book for Interview Questions

📌 Do Subscribe for all Updates.

Telegram : Drunken Engineer

You can follow us on Facebook :

#tcs #javacodinginterviewquestions #interviewpreparation
#tcs #interviewquestionsandanswers #deloitte #interviewquestions #interviewexperiences
#infosys #interviewquestions #java8 #javacodinginterviewquestions
#interviewquestionsandanswers #reactjs #interviewexperiences #interview #interviews #interviewtips #interviewexclusive #interviewpreparation #interviewpreparation #interviewintervention #interviewtips #interviewhacks #interviewquetions #interviewquestionsandanswers #interviewquestionandanswer #ustglobal
#collections #trending #technology #latestnews #latestnews
stream api interview questions
java online coding test questions
java problem solving questions and answers
java stream api interview questions
stream api in java 8 interview questions
java interview questions and answers
java interview questions and answers for experienced
telephonic interview for java developer
java telephonic interview
java telephonic interview questions for 3 years experience
java telephonic interview questions for 5 years experience
spring boot interview questions
spring boot interview questions and answers for experienced
java interview questions and answers for freshers
core java interview questions and answers
java 8 interview questions and answers
accenture interview experience
microservices interview questions
infosys interview for freshers
java developer interview questions and answers for experienced
spring interview questions
spring boot interview questions
spring boot interview questions and answers for experienced
spring boot interview questions and answers
spring boot interview questions code decode
spring interview questions
spring boot interview questions and answers for freshers
spring boot interview questions for experienced,spring boot
java spring boot interview questions and answers
spring boot interview questions for experience
top spring boot interview questions
java interview questions and answers,java interview questions
java 8 interview questions
core java interview questions
spring interview questions and answers for experienced
tricky spring boot interview questions
best spring boot interview questions
commonly asked spring boot interview questions
java,spring mvc interview questions
hibernate interview questions
java interview questions for freshers
spring boot interview questions & answers
spring boot tricky interview questions
java programming questions
spring boot microservices
code decode
spring boot security interview questions
spring boot actuator
interview questions and answer spring boot
Рекомендации по теме
Комментарии
Автор

Never miss your videos, even if not preparing for interviews.

krishnak
Автор

Plz explain how that for loop works to handle the spaces, can u explain that line how spaces is handle using for loop?

SomnathDas-fgqc
Автор

import java.util.Scanner;
public class Main
{
public static void main(String[] args) {
  Scanner scn=new Scanner(System.in);
  int n=scn.nextInt();
 
   if(n==0)
    System.out.println("Pleas enter Non-Zero value");
   else if(n==(n/2)*2)
    System.out.println("Even");
   else
    System.out.println("Odd");
}
}

ShriramSanjay
Автор

There are other ways as well to find even/odd.

humptydumpty