These Questions can Trick you | Hard Java interview questions with solutions |Java interview tamil

preview_player
Показать описание
#javainterviewquestionstamil #trickyjavainterviewquestions #codinginterviewquestionstamil

************************************************************

*********************************************************
Thanks for watching

tricky java interview questions,
coding interview questions with solution tamil,
java online interview questions tamil,
java polymorphism tricky questions tamil,
tricking coding interview questions tamil,
Рекомендации по теме
Комментарии
Автор

Guys. question number 5 is 'METHOD OVERLOADING' and not 'OVERRIDING'. Sorry for the confusion. enna solrenu therinju dhan sonnen, but usual ah overriding and overloading words ah confuse pannipen. 😂👍

AlgoTamizha
Автор

Intelligent question and answer brother useful video and valuable for watch the timing

govindarajn
Автор

It's very useful please post many videos bro

sanjaymuthulakshmi
Автор

I got an clear idea bro, thanks for the video bro👍👍👍👍

srisangeeth
Автор

The actual reason for 2nd question is why it prints ASCII value mean
In java + is come under the "int" category so, the byte of char is lesser than the int. Which type has a higher byte than that operation will perform.

Thanks for this wonderful video bro!!

learntolead
Автор

Range of signed char-->-128to +127
Range of unsigned char:0 to255
Range of Integer :-127 to +127
Range of byte:-128to+127

Vijay--
Автор

bro . unga loodathu nalla irruku bro . ennaiya romba yosika vachutinga bro .

krishnakumar-xolt
Автор

Bro idee maadiri narayaa tricky questions

_thirumalaivasann
Автор

bro superb content, rumba useful ahh irukum placement ku prepare aagarapo and oops and java collection framework kum indha maari konjam tricky questions kedaicha nalla irukum bro

F_MANOJ.AIT_B
Автор

hi bro video romba useful ah eruthuchi... but.. main method override panna mudiyuma

abiabishek
Автор

Bro Byte tha bro -128 to 127 varaiku use agum.ithu integer bro 10 digit la varum bro Fresher patha aptiye poturuvanga bro

prabhasmanis
Автор

Bro.. Oops concept ku oru video podugga

sanjaih
Автор

bro zoho 1st round ku
java mcq kepangala illa
c mcq?

Dinesh-ngpb
Автор

1.error
Exp: because we can't give break to if statement unless the if in the loop


2.random
Because that is single quotes which is the character litral so it will give ascii value for that character

3.nothing
As $ or _ can be a first Letter of variable name in java

4.Integer is wrapper class of int that means it will create an object for int in the range of -128 to +127
100 is an object
Integer a=100
Integer b=100
As 100 is an integer now a and b refer to same object
But Integer a=430
Integer b=430
For 430 an object is not created
So a is not equal to b
5.nothing
* Actually it is method overloading not overriding (only when we create a same method which is already in super class in our sub class)
public static void main (String args)
Here the parameters is a string not string array it is over loading so it gives nothing

mathi
Автор

Bro neenga sona mathiri if else conditions la work aguma i guess that may be different answer check it.

karthickprisoner
Автор

Bro one doubt. Dsa endha round la use aagum Zoho ku? 2 nd round pattern printing means then why we need to study DSA?

educationismostvaluabletha
Автор

Bro method name same and different parameters na method overloading thana🤔

kirubakaran
Автор

Bro had attend some Zoho interview questions, kindly solve and answer that and sent answers for that.

Kindly reply me your contact details for sharing questions

rameshkumar-nmpt