Thanks a lot for these awesome videos. I was not very clear with some concepts- but after watching your simple and short videos, I gained a lot of 'understanding'. The concepts are crisp and clearly described. I love that the videos are short and are recorded based on the topic.
@@farhaa4043 thanks a lot yr... Hey is there any way i can contact you.. Either whatsapp insta or telegram... If i ever have any doubts in java i can ask you
Thanks a lot for these awesome videos. I was not very clear with some concepts- but after watching your simple and short videos, I gained a lot of 'understanding'. The concepts are crisp and clearly described. I love that the videos are short and are recorded based on the topic.
your teaching method is too good sir (y) love and respect from Pakistan
Love from India. Thank you
Do not forget to visit www.smartherd.com/
your teaching process is too good(respect you).....plz upload more videos on java.........
9:52 already did thanks a lot sir
Nice tutorial ... Thanks pro
When i write arrays.copy of
.
It shows cannot find symbol = variable arrays
.
Please help
Import the package
@@farhaa4043 can you tell me the package name
import java.util.Arrays;
@@farhaa4043 thanks a lot yr... Hey is there any way i can contact you.. Either whatsapp insta or telegram... If i ever have any doubts in java i can ask you
Sir, could you please make a video on input streams in Java?
when i do it myself
public class Main {
public static void main(String[] args) {
int[] firstSet = {1, 3, 5, 7, 45};
int[] secondSet = new int[5];
secondSet[0] = 1;
secondSet[1] = 3;
secondSet[2] = 4;
secondSet[3] = 7;
secondSet[4] = 45;
for(int i =0; i < firstSet.length; i++) {
System.out.println(firstSet[i]);
}
System.out.println();
for (int num; secondSet; num++) {
System.out.println(num);
}
}
}
IT SAYS java: ';' expected on line 17 column 32 PLEASE HELPPP
Bro i have a doubt why did you used
System. Out. Println()
at the time 🕒 6:50-6:53
It is not required Wright..
Please reply
To just create a space between the outputs.
great
Progress