Java Hyd Team
746 subscribers
986 photos
39 videos
670 files
690 links
https://teamhydteam.my.canva.site/

Can visit us on our website ๐Ÿ˜Š
Still working on it ๐Ÿ˜Š
Download Telegram
Let's chat on Microsoft Teams! This free app lets us collaborate and stay connected.

Use this link to download the app and also join my chat "Order management system ":

https://teams.live.com/l/invite/FEAMzYBud9tNISrNQM
Java Hyd Team
https://teams.live.com/l/invite/FEAMzYBud9tNISrNQM
If you have done project following this model that's your real-time project that you can mention in your resume else don't mention in resume that's not worthy to add
If you want to do real-time project like this then join with the above mentioned link ๐Ÿ–‡๏ธ
And we will post requirements and work on it and if any issues do message there so that it will keep you ready with teams so that you will not face any problem in interviews or reality also
Which of the following is not valid in array declaration ?

arrow with no. Declares the dimensions of the array syntax is only before semicolon so check accordingly
Anonymous Quiz
25%
Int [] a,b; a->1 ,b->1
10%
Int [] a[],b; a->2 ,b->1
20%
Int [] a[],b[]; a->2 ,b->2
10%
Int [] []a,b; a->2 ,b->2
15%
Int [] [] a,b[]; a->2 ,b->3
20%
Int [] a[],[]b; a->2 ,b->3
Java Hyd Team
Go n attend this walk-in interview tomorrow morning ๐ŸŒž
How's your experience today ๐Ÿ˜Š easy questions totally ๐Ÿ˜๐Ÿค 
Hope you guy's made it done ๐Ÿ˜Š๐Ÿ˜Š
Array is Object ?
Anonymous Poll
90%
Yes
10%
No
๐Ÿ‘2
What is o/p of below mentioned code

Int [] x = new int [5] ; Syso (x.getClass().getName());
Anonymous Quiz
11%
[I
32%
Class A
32%
Class X
11%
class [i
16%
Class [I
Java Hyd Team pinned ยซWhich of the following is not valid in array declaration ?

arrow with no. Declares the dimensions of the array syntax is only before semicolon so check accordingly
ยป
What's in resume? ๐Ÿ˜๐Ÿ˜๐Ÿ˜
Int [] x = new int ['a']
Anonymous Quiz
18%
Valid syntax
82%
Invalid syntax
Byte b = 20;
Int [] x = new int [b];
Anonymous Poll
62%
Valid syntax
38%
Invalid syntax
We have some openings in LTI freshers FullStack developer let me check with team for referral
Java Hyd Team
Which of the following is not valid in array declaration ?

arrow with no. Declares the dimensions of the array syntax is only before semicolon so check accordingly
All 5 options are correct way to declare an array in java except 6th option while answering any MCQ please read multiple times