Posts by Juliano Lorenzato • 7 points
3 posts
-
-1
votes0
answers19
viewsQ: How does the "Using" directive find Nuget packages?
Hello, I’m beginner in programming, I’m using. NET and after installing a package by Nuget did not understand how the Using directive finds the package I want, as well as its classes. I don’t know…
-
0
votes0
answers25
viewsQ: What is the operation behind the environment variables?
Hi, I’m new to programming, I downloaded the SDK from. NET 5 to learn about, but I came across his command line in English, I don’t really know what defines the language, but I researched and found…
-
0
votes1
answer50
viewsQ: Who is the instance, who is the instance? Java
Hello, I’m new with object-oriented programming and programming in general too, but in an example like the following: public class Profissao{ public void trabalhar(){ //trabalho... } } public class…