photo

Lucky


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Hi all, I am Lucky and I joined this community to learn new things about programming. I know C, HTML, and CSS and am currently learning Java and Python. I am very passionate about programming, this is the reason I gave a challenge myself to learn Java and Python I hope this community will help me to grow in my journey. Thanks!

Programming Languages:
C

统计学

MATLAB Answers

3 个提问
1 个回答

排名
125,133
of 300,037

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,106

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

提问


How to use a jagged array or a pointer array to construct the Rootish Array Stack Data Structure in Java.
Basically, I'd want to know how to retrieve an array that includes another array and decrease or enlarge it. For example, Aa,b,c...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Java equals() selection
In Java, if I try to do.equals() on a null string, a null pointer error is issued. I'm wondering whether I can perform the follo...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Minimum number of candidate keys for a relation?
I want to know if a primary key and a candidate key are required for a database relation or table. Is it feasible to create a co...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Java heap space out of memory problem
List<String[]> csvBody = reader.readAll();. This consumes a lot of info if you're reading a big file. Instead, read each row i...

3 years 前 | 0