@@HYRTutorials recently I lost my job so started learning selenium but facing difficult in core Java but after watching ur core Java tutorials feeling to learn easy.Thank u so much
Hi sir, (1) Let me know in simple How you are commenting the entire code by selecting all (i mean all code with double slash //)... (2) I can apply this array syntax to all Java data types right.. like String, Double, Char. (3) Also please I need the conversion syntax from (string to int, int to string and etc) of all the data present in arrays Thanks
1. Select the text that you want to comment and press Ctrl+7 in eclipse 2. Yes it will be the same syntax 3. If you want to convert string to int or string to double then use the wrapper classes like Integer and Double
How do I create multiple arrays say I create a array with size 5 and I ask what is name and name is stored and then I say what is age and store that in a different array called age how would would I do that and how go about writing the print statement say Student 1 name is ... And he's age is ... And so on till I reach limit
These kind of scenarios can be implemented using list. Arrays are not suitable for these. You can create any list with a predefined class and you can store these values.
↔ Java for Absolute Beginners Playlist Link: bit.ly/3keRJGa
✴ Checkout my other playlists: bit.ly/3gLIAVL
☕ Buy me a coffee: bit.ly/33ljBWc
Thank you.Meeru chala easy ga baga explain chesina walla,Naku array concept baga clear ayindhi.
Thankyou buddy 😊
Thank you for Fruitful content, loved your Explanation❤️
Thankyou buddy
Nice explanation thank u.if possible upload daily core Java topics.
Thankyou 😊
Yeah m trying my best but due to office works it's getting difficult.
@@HYRTutorials true
@@HYRTutorials recently I lost my job so started learning selenium but facing difficult in core Java but after watching ur core Java tutorials feeling to learn easy.Thank u so much
@@kalpanauhiremath8574 Thankyou
please make selenium mini framework project
Yeah sure, soon will make them.
Can you please record for Java - collections as well?
Hi sir,
(1) Let me know in simple How you are commenting the entire code by selecting all (i mean all code with double slash //)...
(2) I can apply this array syntax to all Java data types right.. like String, Double, Char.
(3) Also please I need the conversion syntax from (string to int, int to string and etc) of all the data present in arrays
Thanks
1. Select the text that you want to comment and press Ctrl+7 in eclipse
2. Yes it will be the same syntax
3. If you want to convert string to int or string to double then use the wrapper classes like Integer and Double
@@HYRTutorials Ok...
Thank you sir to your best reply 👍
Thanks HYR
Welcome buddy 😊
How do I create multiple arrays say I create a array with size 5 and I ask what is name and name is stored and then I say what is age and store that in a different array called age how would would I do that and how go about writing the print statement say Student 1 name is ... And he's age is ... And so on till I reach limit
These kind of scenarios can be implemented using list.
Arrays are not suitable for these.
You can create any list with a predefined class and you can store these values.