No video

Java Passing References | Java Course in Tamil | Logic First Tamil

  Рет қаралды 21,700

Logic First Tamil

Logic First Tamil

Күн бұрын

Java Playlist,
• Learn Java in Tamil
C Interview program playlist,
• C Interview Programs i...
C programming in one video,
• C Programming in Tamil...
C programming playlist
• Introduction to C prog...
C++ Playlist link
• C++ Programming in Tamil
English channel link,
/ @logicfirst31

Пікірлер: 29
@havoc0370
@havoc0370 Жыл бұрын
Beautiful explanation!! You explained with heap and stack so it was easy to understand
@gowtham4803
@gowtham4803 2 жыл бұрын
Thanks mam ,it really helps me
@Sakthi-rf1ok
@Sakthi-rf1ok 3 жыл бұрын
Thank you mam .
@JegaBright
@JegaBright 3 жыл бұрын
இனிமை
@vasudevanm0701
@vasudevanm0701 Ай бұрын
@thanipattavan
@thanipattavan 8 ай бұрын
So overall ag primitive data type pass panna value ah pohum...mathapadi objects or non primitive pass pana reference ag tan ahum...apdiya??
@user-sy4mp8hq6i
@user-sy4mp8hq6i 3 ай бұрын
But new String() works differently, am I correct?
@ajayprakash1167
@ajayprakash1167 2 жыл бұрын
class square { int length; int breadth; int height; square(int l , int b, int h){ length = l; breadth = b; height = h; } boolean isEqual(square s) { s.length++; if(length==s.length && breadth == s.breadth && height == s.height ) return true; return false; } int calculation() { return length*breadth*height; } } public class ValueReference { static void value (int a) { a++; } public static void main(String[] args) { int a = 10; value(10); System.out.println(a); square h = new square(2,3,4); System.out.println(h.calculation()); square j = new square(2,3,4); System.out.println( h. isEqual(j)); System.out.println(j.length); } } The value of 2 is not getting incremented for me
@Rajaram82087
@Rajaram82087 6 ай бұрын
Soln..??
@021_kalyanasundaramaero2
@021_kalyanasundaramaero2 Жыл бұрын
Mam ithula appo stack memory entha reference um pass pannatha
@rolexsurya3875
@rolexsurya3875 2 жыл бұрын
b.length ah increament panniyum increment agala Akka..
@akshu5068
@akshu5068 2 жыл бұрын
nama object ref ah pass pannalu adha call by value nu soludradhu en?why there no call by ref in java
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
we dont explicitly pass address like in c
@sivas4061
@sivas4061 2 жыл бұрын
Antha marker white LA use panringala athu epdi? Edhum app ethanuma.?
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
That just comes with the screen recorder(captura) i used.
@sivas4061
@sivas4061 2 жыл бұрын
@@LogicFirstTamil tysm for your info
@haripriyamp5420
@haripriyamp5420 3 жыл бұрын
Mam enaku oru doubt mam.. return type na enna mam..? Enna pannum adhu.. void or int lam kudutha enna nadakum
@AjayKumar-ls8oi
@AjayKumar-ls8oi 3 жыл бұрын
Return type means..Oru Method mudiyumbothu ethavthu value thiruppi anupputha(enga call pannangalo anga) illaya apdingarathutha return type... Void means ethuvune thiruppi anuppa vena apdi mean... Than int float double ithella kudutha antha function mudiyumbo etha kuduthomo(Ex.Int) atha return pannum...
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
thanks ajay for explaining well. Haripriya, u can check my functions video in C. u will get clear understanding.
@haripriyamp5420
@haripriyamp5420 3 жыл бұрын
@@AjayKumar-ls8oi thank u..👍
@haripriyamp5420
@haripriyamp5420 3 жыл бұрын
@@LogicFirstTamil ok mam
@AjayKumar-ls8oi
@AjayKumar-ls8oi 3 жыл бұрын
@@LogicFirstTamil Only studied From you mam ❤️ I'm thanking you mam
@ajayprakash1167
@ajayprakash1167 2 жыл бұрын
java does not support call by reference right??
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
pls see the full video. u will understand
@hamshihamsu5461
@hamshihamsu5461 4 ай бұрын
@Hero360-k1e
@Hero360-k1e 6 ай бұрын
@mohamedthoufiqm8108
@mohamedthoufiqm8108 Жыл бұрын
❤️
Java Returning Objects | Java Course in Tamil | Logic First Tamil
5:45
Logic First Tamil
Рет қаралды 16 М.
Pass By Value and Pass By Reference In Java | Java Tutorials
26:02
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 11 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 14 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 3,8 МЛН
Java is ALWAYS Pass By Value. Here's Why
5:22
Coding with John
Рет қаралды 121 М.
Pass by Value and Pass by Reference in Java Video Tutorial
15:42
LearningLad
Рет қаралды 83 М.
Method References in Java - Tamil
22:36
Coder Ulagam
Рет қаралды 8 М.