Gustavo Joao Dos Santos

Avatar
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Edited

    problem on create a new class

    Answered
    when i create a class to separate the objects and then when i call on the Main class, it doesnt recognize and keep getting ''cannot resolve symbol'', the code only works if i put everything on the ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Bug on Instancing class Java

    Answered
    package com.company;public class Main { public static class User { private String name; public User(){ } public User(String name) { this.name = name; ...
    • 2 followers
    • 1 comment
    • 0 votes