photo

Lucky


Last seen: 거의 3년 전 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 답변

순위
265,905
of 300,756

평판
0

참여
3 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,890

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 0