Похожие чаты

Hi, I want to create a vector of strings, set

the (0) element to something and print it out. Why do i get an error?


Vector<String> string = new Vector<>();
string.get(0) = "some string";
System.out.println(string.get(0));

The error: Variable expected

12 ответов

17 просмотров
Rastin- Автор вопроса

I also tried using the set() method: Vector<String> string = new Vector<>(); string.set(0, "sss"); I get Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

asking this, it's kind of "WTF" ... It seems you missed out java basic knowledge.

Rastin- Автор вопроса
Mihai
asking this, it's kind of "WTF" ... It seems you ...

Yes, I'm new to java. and I need to use vectors. Since it's such a basic question, just give me a simple answer, I don't think it would take more than a couple minutes of your time.

Rastin
Yes, I'm new to java. and I need to use vectors. ...

I have time, but I won't give you any tip about the error since the error is so easy to fix, I let you find it by your own. 🤷‍♂

Rastin- Автор вопроса
Rastin- Автор вопроса
Mihai
I have time, but I won't give you any tip about th...

Well, you could've just answered the question instead of wasting your precious time on arguing about it tnx anyway

Rastin- Автор вопроса
Rastin- Автор вопроса
Mihai
🤔

i thought Array and ArrayList are the same

Rastin
I also tried using the set() method: Vect...

First of all, read what vector, array and arraylist is in java. But to answer the question. Your array contains no elements. Im assuming you come from a language where initialization happens at variable creation time... welcome to java, where almost everything is a pointer

Похожие вопросы

Обсуждают сегодня

Какой-то там пердун в 90-х решил, что есть какая-то разная типизация. Кого вообще это волнует?
КТ315
49
Hi. Do we have a raid bot? Why nobody doing raids on X? Even RH mentioned this and nobody paying attention...whats the channel for hex memes? If mods cant run raids just insta...
H
31
Подскажите, а есть vault lite или ченить такое?) А то нужен вольт для похода в вольт, но весит он ~500 мб) как-то многовато для парочки запросов ))
Alexandr Orloff
17
блеать, почему так?? где в роутере это исправляется?
Арсен Маньяков 🇦🇲
16
void terminal_scroll() { memmove(terminal_buffer, terminal_buffer + VGA_WIDTH, buffer_size - VGA_WIDTH); memset(terminal_buffer + buffer_size - VGA_WIDTH, 0, VGA_WIDTH); ...
Егор
47
🌊 Ocean Nodes Dashboard Update 🚀 Hey, Oceaners! First off, a massive round of applause 👏to all of you for the amazing engagement since we launched Ocean Nodes. In just a few ...
KreigDK | Never DM first🌊
3
Всем привет! Подскажите, пожалуйста, в чем ошибка? Настраиваю подключение к MySQL. Либы лежат рядом с exe. Все как по "учебнику"
Евгений
16
А можете как-то проверить меня по знаниям по ассемблеру?
A A
132
Здравствуйте! У меня появилась возможность купить книгу "Изучай Haskell во имя добра!". Но я где-то слышал, что эта книга устарела. Насколько это правда??
E
22
люди, которые используют flameshot, к вам вопрос. Можно-ли поставить хоткей на создание скриншота? В программе есть отдел "горячие клавиши", но там все для редактирования, скр...
ThunDer104
11
Карта сайта