Got lost in all the talk about Java and C/C++... forgot what I came here for... where am I?
@dhamodharanm18107 жыл бұрын
Great work in right time. Thanks for giving such a wonderful tutorial on kotlin. I like the Indian accent which is helpful for me to understand easily.
@MrHimanshun6 жыл бұрын
But why is my IDE IntelliJ IDEA, throwing an error for "readline()"?? I am unable to take input from user??
@syedmuhammadyasir97127 жыл бұрын
thank you Sir.....your way of explanation is really good.
@vanajaamuthan89965 жыл бұрын
in is normally a keyword .then y we need to put backtick in System.in?
@dileepteja37 жыл бұрын
sir, where did you learn java with lots of examples... through head first java book or by any instructor
@vishalbhosle65707 жыл бұрын
Sir, how can we take input for an Integer variable? that readLine() method returns String, so everytime we have to typecast to Integer or is there another way?
@vishalbhosle65707 жыл бұрын
Thanx bro !!
@MrHimanshun6 жыл бұрын
My readline() is showing an error??
@haykmkrtchyan70933 жыл бұрын
The readLine() function from the BufferedReader class throws an IOException. Do we need to handle it in Kotlin?
@bibekshrestha36147 жыл бұрын
thank you sir,,,,,,,can you please upload more videos on this???? demo of small app,,,,,,,
@udaymarchattiwar49557 жыл бұрын
sir how do i inspect the readline method..it does not get highlighted in my case to open it
@vinayghadigaonkar82156 жыл бұрын
sir how kotlin program to check whether a character is alphabet or not.
@NIKHILSHARMA-gm3pl7 жыл бұрын
what is the difference between software and computer engineering
@raghunathmestry34907 жыл бұрын
kotlin is big data programming language ?
@hardiksinha7313 Жыл бұрын
No bro it's just for android development.. can be used for other stuff as well
@embelcourt8101 Жыл бұрын
readline no matter what I do its not letting me take input its blinking or another one its just writing your name is null.
@adityajha7492 жыл бұрын
how to take array as an input in kotlin?
@burakakademi38994 жыл бұрын
How to get only Integer with readLine method. As a java developer i dont understand fully. Everytime do i need to typeCasting like that? : var numStr = readLine() var realNum = numStr.toString().toInt()
@big_beethoven3 жыл бұрын
I think yes as you do it that way in C# and sometimes kotlin uses syntax from c#. Altho i dont know kotlin at all
@sunnyjagtap11717 жыл бұрын
nice video sir,can u upload a video how to develop small apps in android studio